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
OR, add:
"no-debugger": false
to the bottom of tslint.json, to disable this warning for all files.