You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate a workspace using npm create @o3r my-workspace and select the Basic preset.
Generate a library using the command npm exec ng g library my-lib.
Install the @o3r/eslint-config on your library with the command npm exec ng add @o3r/eslint-config --skip-confirmation --project-name my-lib
Run the command npm exec ng lint my-lib --fix
Current result
Linting is failing with the following error:
Expected result
A generated library should not raise non-fixable linting issue.
Additional comments
Once the fix is done, make sure to uncomment l.67 of packages/@o3r/eslint-config/schematics/index.it.spec.ts:
The text was updated successfully, but these errors were encountered:
Package name
workspace
Package version
11.5.0
Reproduction steps
Generate a workspace using
npm create @o3r my-workspace
and select the Basic preset.Generate a library using the command
npm exec ng g library my-lib
.Install the
@o3r/eslint-config
on your library with the commandnpm exec ng add @o3r/eslint-config --skip-confirmation --project-name my-lib
Run the command
npm exec ng lint my-lib --fix
Current result
Linting is failing with the following error:
Expected result
A generated library should not raise non-fixable linting issue.
Additional comments
Once the fix is done, make sure to uncomment l.67 of
packages/@o3r/eslint-config/schematics/index.it.spec.ts
:The text was updated successfully, but these errors were encountered: