mysticatea / eslint-plugin-eslint-comments

Additional ESLint rules for directive comments of ESLint.
https://mysticatea.github.io/eslint-plugin-eslint-comments/
MIT License
354 stars 44 forks source link

Support ESLint 7.x #38

Closed MichaelDeBoey closed 4 years ago

MichaelDeBoey commented 4 years ago

ESLint v7.0.0 is released 🎉

It would be awesome to have official ESLint 7 support. 👊 I'm happy to help where I can of course 🙂

dimitropoulos commented 4 years ago

I tested all rules with eslint 7 (with typescript-eslint 3.0.0) and it seemed like every rule worked.

Also, the docs make mention of a new rule that only works with eslint 7 (https://mysticatea.github.io/eslint-plugin-eslint-comments/rules/require-description.html) which makes me think that indicating support for eslint should just be a matter of a formality/added test at this point.

MichaelDeBoey commented 4 years ago

Closed by #39