eslint-community / eslint-plugin-eslint-comments

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

feat: support ESLint v9 #206

Closed fasttime closed 2 months ago

fasttime commented 2 months ago

This PR adds support for ESLint v9 by extending the peerDependencies field in package.json and ensuring that the tests still pass on all supported versions of ESLint.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.87%. Comparing base (e0f326f) to head (301104e). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #206 +/- ## ======================================= Coverage 97.87% 97.87% ======================================= Files 17 17 Lines 282 282 ======================================= Hits 276 276 Misses 6 6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.