We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@nx/eslint:lint
workspace
^11.0.0
npm create @o3r
nx g library
The library generated comes with a project.json using the executor @nx/eslint:lint.
project.json
Since the migration to the flat config, the generator should use the eslint CLI instead of the Nx executor.
eslint
The following items should be checked as well:
ng-add
ng-update
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Package name
workspace
Package version
^11.0.0
Reproduction steps
npm create @o3r
.nx g library
Current result
The library generated comes with a
project.json
using the executor@nx/eslint:lint
.Expected result
Since the migration to the flat config, the generator should use the
eslint
CLI instead of the Nx executor.The following items should be checked as well:
ng-add
or Otter Lint Config?)eslint
CLI, not on Nx Executorng-update
can be provided to help the executor migration)Additional comments
No response
The text was updated successfully, but these errors were encountered: