Open franciscolourenco opened 6 years ago
Is there a way to disable autofix of the no-debugger rule without completely disabling the warnings/errors?
no-debugger
https://github.com/eslint/eslint/issues/8695
@franciscolourenco my plugin eslint-plugin-disable-autofix provides this functionality.
Is there a way to disable autofix of the
no-debugger
rule without completely disabling the warnings/errors?https://github.com/eslint/eslint/issues/8695