-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no-unused-disable
doesn't work with flat config
#133
Comments
Thank you for posting the issue. |
|
This issue has been automatically closed because we haven't received a response from the original author 🙈. This automation helps keep the issue tracker clean from issues that aren't actionable. Please reach out if you have more information for us! 🙂 |
no-unused-disable doesn't work in flat configs (eslint-community#133)
I've created #249 for this |
This rule is implemented by patching
Linter
, which seems to be causing this problem with new flat config.The flat config allows
reportUnusedDisableDirectives
to be included in shareable config.The new RFC will also allow for more configuration flexibility (in ESLint v9 ?).
So it would be good to make this rule deprecated in the future.
original: mysticatea#79
The text was updated successfully, but these errors were encountered: