Current Behavior
ESLint has a feature called Bulk Suppressions that helps large projects improve their ESLint configurations by enabling certain rules only for new code, while keeping old code as-is.
https://eslint.org/docs/latest/use/suppressions
It is configurable via ESLint CLI options that are missing from the executor's options:
https://nx.dev/docs/technologies/eslint/executors#options
Expected Behavior
The executor has options that allow to pass a suppressions file location and a list of suppressed rules.
GitHub Repo
No response
Steps to Reproduce
- Create a project with a target that uses
@nx/eslint:lint
- Try to utilize the Bulk Suppressions feature
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response