-
Notifications
You must be signed in to change notification settings - Fork 97
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
Migrate to eslint v9 #2486
Merged
Merged
Migrate to eslint v9 #2486
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 tasks
mgoudy91
previously approved these changes
Nov 26, 2024
mgoudy91
force-pushed
the
build/modernize-eslint
branch
from
December 3, 2024 23:30
c04f368
to
aadd87f
Compare
axe312ger
force-pushed
the
build/modernize-eslint
branch
2 times, most recently
from
January 8, 2025 16:16
f3ecde5
to
05d825b
Compare
mgoudy91
approved these changes
Jan 8, 2025
mgoudy91
approved these changes
Jan 22, 2025
mgoudy91
force-pushed
the
build/modernize-eslint
branch
from
January 22, 2025 22:25
05d825b
to
246dbf0
Compare
mgoudy91
force-pushed
the
build/modernize-eslint
branch
from
January 23, 2025 00:03
246dbf0
to
9c90e06
Compare
🎉 This PR is included in version 11.43.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
mgoudy91
pushed a commit
that referenced
this pull request
Jan 27, 2025
* build: migrate to eslint v9 and clean it up * style: manual fixes to make new eslint happy * style: apply eslint autofix * build: downgrade to TypeScript 5.6 to ensure compatability with typedoc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey there, as part of the modernization for #2334, I updated eslint to v9.
This will be applied to SDK-CORE and CDA later on as well :)