fix(eslint): flat config support - #51
Merged
utarwyn merged 15 commits intoApr 24, 2025
Merged
Conversation
AMorgaut
commented
Aug 21, 2024
AMorgaut
commented
Aug 21, 2024
utarwyn
requested changes
Oct 14, 2024
Co-authored-by: Maxime Malgorn <9255967+utarwyn@users.noreply.github.com>
Co-authored-by: Maxime Malgorn <9255967+utarwyn@users.noreply.github.com>
Member
|
Just need a bit of testing and we will be good to go 🤞 |
utarwyn
self-requested a review
April 18, 2025 23:39
Member
|
There are some problems with the rules code on the test project when upgrading it to ESLint v9 and typescript-eslint v8 (needed to parse TypeScript code using ESLint v9). We need to fix the code at some places due to some breaking changes in the AST API of typescript-eslint v8 (see more here). I will check asap 🤞 We need to support both syntaxes in order to keep plugin working with ESLint v8. |
Member
Testing matrix
|
utarwyn
force-pushed
the
eslint-flat-config
branch
from
April 23, 2025 18:47
af91179 to
3e7856d
Compare
utarwyn
force-pushed
the
eslint-flat-config
branch
from
April 23, 2025 18:49
3e7856d to
e6c6560
Compare
utarwyn
approved these changes
Apr 24, 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.
Fix issue #50 (ESLint flat config support)
see: https://eslint.org/docs/latest/extend/plugin-migration-flat-config