-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
fix(workspace): update nx scope in generated executors #2717
Conversation
View your CI Pipeline Execution ↗ for commit 721f076.
☁️ Nx Cloud last updated this comment at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files☔ View full report in Codecov by Sentry. |
packages/@o3r/workspace/schematics/library/templates/nx/project.json.template
Outdated
Show resolved
Hide resolved
6054182
to
721f076
Compare
@@ -34,7 +34,7 @@ | |||
} | |||
}, | |||
"lint": { | |||
"executor": "@nrwl/linter:eslint", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't use this executor as it does not support mjs (at least when we did the migration to ESLint v9 and flat config)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The origin the PR were made to fix the @nrwl/jest:jest
which is still used.
I fixed the @nrwl/linter:eslint
because it was also invalid.
I create the issue #2735 to handle the migration to eslint
cli execution.
Proposed change
fix(workspace): update nx scope in generated executors
Related issues
- No issue associated -