eslint-plugin-eslint-comments icon indicating copy to clipboard operation
eslint-plugin-eslint-comments copied to clipboard

feat: support ESLint 8.x

Open MichaelDeBoey opened this issue 4 years ago • 2 comments

ESLint v8.0.0 is released 🎉

devDependency compatibility with ESLint 8:

  • [ ] @mysticatea/eslint-plugin (https://github.com/mysticatea/eslint-plugin/issues/31)
    • [ ] https://github.com/mysticatea/eslint-plugin/pull/29
    • [ ] https://github.com/mysticatea/eslint-plugin/pull/32
    • [ ] Release
  • [ ] eslint4b (https://github.com/mysticatea/eslint4b/issues/13)
    • [ ] https://github.com/mysticatea/eslint4b/pull/14
    • [ ] Release

Closes #62

MichaelDeBoey avatar Aug 23 '21 03:08 MichaelDeBoey

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.

swernerx avatar Feb 01 '22 10:02 swernerx

@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

MichaelDeBoey avatar Feb 01 '22 10:02 MichaelDeBoey