Support ESLint Bulk Suppressions Feature in @nx/eslint #30620
osmolovyk
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature Request: Bulk Suppressions Support
ESLint v9.24.0 introduced a new feature to suppress existing lint violations in bulk (see PR #19159). This feature enables teams to start enforcing new lint rules on their codebase without being immediately overwhelmed by legacy issues, by allowing existing violations to be suppressed while only new violations trigger errors.
Rationale
In monorepos, migrating to stricter lint rules can be challenging due to a high number of existing violations. Supporting this bulk suppression feature in @nx/eslint would allow Nx users to:
Proposed Changes
References
It would be great to see this feature supported in @nx/eslint to help teams transition to more rigorous linting standards without disrupting existing workflows. Please let me know if further details are needed.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions