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.
What this PR does
This depends on: #7351, #7364, #7190, #7366, and #7380.
This relates to: #7381 that upgrades the other eslint plugins to the most recent version.
This PR will only pass the CI after all the PRs it depends on are merged.
This updates to typescript-eslint 8.18, which is required for not getting a giant warning about using a more recent TypeScript than 5.4.
Besides bumping the version, this PR also converts to a new rule name in a pre-existing suppression, and adds some new suppressions in places that were hard to fix for me. The added suppressions aren't ideal, but they will allow this PR to pass the CI so it can be merged and prevent further lint issues getting added to the main branch.
Test me
Run
yarn gulp lint
, so tested by CI.Checklist
doc/
.