There are some rules with auto fixes that are inconvenient to apply on save during development. For example, no-console or no-debugger. It would be nice to be able to disable these auto fixes for the on save action.
https://github.com/Microsoft/vscode-eslint eslint.codeActionsOnSave.rules is the ESLint plugin equivalent which allows filtering rules with wildcard patterns.
Ref: oxc-project/oxc-intellij-plugin#450
There are some rules with auto fixes that are inconvenient to apply on save during development. For example,
no-consoleorno-debugger. It would be nice to be able to disable these auto fixes for the on save action.https://github.com/Microsoft/vscode-eslint
eslint.codeActionsOnSave.rulesis the ESLint plugin equivalent which allows filtering rules with wildcard patterns.Ref: oxc-project/oxc-intellij-plugin#450