-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update eslint config and dependencies #732
base: main
Are you sure you want to change the base?
Conversation
041a1f8
to
2c27112
Compare
BREAKING CHANGE: This package now only exports a flat config. For more information see the [eslint migration guide](https://eslint.org/blog/2024/04/eslint-v9.0.0-released) and [flat config guide](https://eslint.org/blog/2022/08/new-config-system-part-2/). The README of this package has instructions for how to use this package with the new flat config system.
BREAKING CHANGE: This plugin now requires eslint v9 or higher. For more information see the [eslint migration guide](https://eslint.org/blog/2024/04/eslint-v9.0.0-released) and [flat config guide](https://eslint.org/blog/2022/08/new-config-system-part-2/). The README of this package has instructions for how to use this package with the new flat config system.
2c27112
to
baebc7b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #732 +/- ##
==========================================
- Coverage 57.53% 57.50% -0.03%
==========================================
Files 231 231
Lines 18334 18385 +51
Branches 1296 816 -480
==========================================
+ Hits 10548 10572 +24
- Misses 7781 7808 +27
Partials 5 5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #732 +/- ##
==========================================
- Coverage 57.53% 57.50% -0.03%
==========================================
Files 231 231
Lines 18334 18385 +51
Branches 1296 816 -480
==========================================
+ Hits 10548 10572 +24
- Misses 7781 7808 +27
Partials 5 5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Important
Rebase & Merge
Important
Depends on typescript-eslint/typescript-eslint#8211 being fully resolved. In particularRESOLVEDRuleTester
from@typescript-eslint/rule-tester
currently does not support flat config.This pull request updates the eslint config and dependencies for this repository.
TODO: