eslint-plugin-eslint-comments
eslint-plugin-eslint-comments copied to clipboard
`no-unused-disable` doesn't work with flat config
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 ?).
- https://github.com/eslint/rfcs/pull/100
So it would be good to make this rule deprecated in the future.
Hi @teppeis!
Since this repo is unmaintained, you might want to re-open this issue in the @eslint-community fork https://github.com/eslint-community/eslint-plugin-eslint-comments
For more info about why we created this organization, you can read https://eslint.org/blog/2023/03/announcing-eslint-community-org
@MichaelDeBoey I've reopened there: https://github.com/eslint-community/eslint-plugin-eslint-comments/issues/133 thank you!
@MichaelDeBoey if this repo is unmaintained, shouldn't it be updated / marked as unmaintained in the README and potentially archived? @mysticatea that might help avoid confusion if you're not intending to work on this plugin anymore.