-
Notifications
You must be signed in to change notification settings - Fork 56
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
Updated all packages to use ESLint v9 #579
Conversation
🦋 Changeset detectedLatest commit: ecf1062 The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 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 |
TBDocs Report ✅ No errors or warnings @web5/api
@web5/crypto
@web5/crypto-aws-kms
@web5/dids
@web5/credentials
TBDocs Report Updated at 2024-05-17T00:41:29Z |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #579 +/- ##
==========================================
- Coverage 91.12% 91.12% -0.01%
==========================================
Files 116 116
Lines 29665 29664 -1
Branches 2201 2201
==========================================
- Hits 27033 27032 -1
Misses 2597 2597
Partials 35 35
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐐 great stuff! Just one thing with the changeset.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets move to biome soon
Updated all packages to ESLint v9
.eslintrc.cjs
name and format are no longer supported, moving toeslint.confg.cjs
with the new "flat config" format.Needless to say, but I'll say it anyway: this was a long painful whack-a-mole exercise.