[Bug]: In a Nx context, the lib generators use @nx/eslint:lint
instead of EsLint CLI
#2735
Labels
Milestone
@nx/eslint:lint
instead of EsLint CLI
#2735
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: