chore(eslint): Upgrade ESLint configuration#38989
Conversation
🦋 Changeset detectedLatest commit: c7c7b8a The changes in this PR will be included in the next version bump. This PR includes changesets to release 73 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Looks like this PR is ready to merge! 🎉 |
|
Important Review skippedToo many files! This PR contains 163 files, which is 13 over the limit of 150. ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (163)
You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/jira ARCH-1935 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #38989 +/- ##
===========================================
- Coverage 70.73% 70.70% -0.03%
===========================================
Files 3195 3195
Lines 113095 113095
Branches 20514 20500 -14
===========================================
- Hits 79994 79966 -28
- Misses 31058 31087 +29
+ Partials 2043 2042 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
4e9002b to
b08ec70
Compare
Proposed changes (including videos or screenshots)
It upgrades ESLint to version 9 and adapts its configuration.
Issue(s)
Task: ARCH-1989
Related tasks: CORE-1212
Steps to test or reproduce
Further comments
This requires considerable adjustments because: (1) default configurations have expanded, (2) rules have changed in scope and options, and (3) some rules are now autofixable. Code corrections to adhere to these changes will be addressed in subsequent pull requests.