-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
Description
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 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
: