You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It also has auto-fix, so running eslint --fix will automatically remove any unused disable directives. I don't think the no-unused-disable is adding anything extra, so it should be removed from this plugin
The text was updated successfully, but these errors were encountered:
Eslint already has the
reportUnusedDisableDirectives
setting, and starting in eslint v9, that setting is enabled by default: https://eslint.org/docs/latest/use/configure/rules#report-unused-eslint-disable-commentsIt also has auto-fix, so running
eslint --fix
will automatically remove any unused disable directives. I don't think theno-unused-disable
is adding anything extra, so it should be removed from this pluginThe text was updated successfully, but these errors were encountered: