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
And the default value of that option was changed to true a few weeks ago, so will probably be included as a default setting with ESLint v9: eslint/eslint#17879
I propose that no-unused-disable should be deprecated, and removed in a future release
The text was updated successfully, but these errors were encountered:
In the docs it says
While this is true, ESLint also provides the
reportUnusedDisableDirectives
config option, which can be configured in shareable configs: https://eslint.org/docs/latest/use/configure/rules#report-unused-eslint-disable-commentsAnd the default value of that option was changed to
true
a few weeks ago, so will probably be included as a default setting with ESLint v9: eslint/eslint#17879I propose that
no-unused-disable
should be deprecated, and removed in a future releaseThe text was updated successfully, but these errors were encountered: