elicwhite / ESLint-Formatter

Sublime Text 3 Plugin to Autoformat with Eslint
MIT License
140 stars 20 forks source link

Specific rules for --fix #58

Open franciscolourenco opened 6 years ago

franciscolourenco commented 6 years ago

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

chiefmikey commented 10 months ago

@franciscolourenco my plugin eslint-plugin-disable-autofix provides this functionality.