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

feat: support ESLint 8.x #63

Open MichaelDeBoey opened 2 years ago

MichaelDeBoey commented 2 years ago

ESLint v8.0.0 is released 🎉

devDependency compatibility with ESLint 8:


Closes #62

swernerx commented 2 years ago

I wonder if anyone has published this customization on ESLint v8 on NPM. Possibly under a new name. Please feel free to share in that case.

MichaelDeBoey commented 2 years ago

@swernerx This plugin is dependent on eslint4b, which isn't ESLint v8 compatible yet unfortunately

PR is ready (https://github.com/mysticatea/eslint4b/pull/14), but it's blocked by another package of @mysticatea