[heft-lint-plugin] Add support for ESLint 9#5219
Merged
iclanton merged 66 commits intomicrosoft:mainfrom Jun 26, 2025
Merged
Conversation
…er/danade/UpdateEslint2
dmichon-msft
reviewed
May 5, 2025
rigs/local-node-rig/profiles/default/includes/eslint/flat/mixins/friendly-locals.js
Outdated
Show resolved
Hide resolved
…er/danade/UpdateEslint2
Contributor
|
What would it take to get this over the finish line? Am setting up a new repository with eslint today and would like to use eslint 9 if I can to avoid having to look at this again in a few months time :) |
Contributor
Author
The PR is in a workable state, though it needs reviews. It's... quite a large PR though, so it's (reasonably) taking some time for people to get around to it. Once I have some reviews, I'll merge in the latest changes in the repo and update to address feedback. CC @IanC , @dmichon-msft |
…er/danade/UpdateEslint2
iclanton
reviewed
Jun 12, 2025
iclanton
reviewed
Jun 12, 2025
eslint/eslint-patch/src/eslint-bulk-suppressions/generate-patched-file.ts
Outdated
Show resolved
Hide resolved
eslint/eslint-patch/src/eslint-bulk-suppressions/generate-patched-file.ts
Show resolved
Hide resolved
eslint/eslint-patch/src/eslint-bulk-suppressions/generate-patched-file.ts
Show resolved
Hide resolved
…er/danade/UpdateEslint2
iclanton
approved these changes
Jun 26, 2025
This file contains hidden or 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
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.
Summary
NOTE: Once merged, a publish and bump of decoupled dependencies will be required to update the remaining projects. The new configs should be moved into the decoupled rig, which currently is the source for the configs for the
local-node-rigconfigs.How it was tested
This PR.
Impacted documentation
Any ESLint-related docs will need to be updated to indicate support.