Say I want to use this rule:
https://eslint.org/docs/rules/no-debugger
however, I have about 15 files where I want to keep debugger; statements.
Is there
You can also disable ESLint in the same line:
debugger; // eslint-disable-line no-debugger