-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(linter): add generator for converting to flat config #17532
Merged
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
meeroslav
requested review from
FrozenPandaz,
jaysoo,
AgentEnder and
a team
as code owners
June 9, 2023 20:02
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
meeroslav
force-pushed
the
convert-to-flat-config
branch
from
June 9, 2023 20:16
9a7e84d
to
64f3101
Compare
mandarini
approved these changes
Jun 12, 2023
meeroslav
changed the title
feat(linter): add generator for converting to flat config
feat(linter): add generator for converting to flat config WIP
Jul 18, 2023
meeroslav
force-pushed
the
convert-to-flat-config
branch
from
July 18, 2023 08:49
64f3101
to
2344d97
Compare
meeroslav
force-pushed
the
convert-to-flat-config
branch
from
July 19, 2023 09:34
c32371f
to
6be57fa
Compare
meeroslav
force-pushed
the
convert-to-flat-config
branch
from
July 19, 2023 09:43
6be57fa
to
dbdc5a6
Compare
JamesHenry
reviewed
Jul 20, 2023
packages/linter/src/generators/convert-to-flat-config/__snapshots__/generator.spec.ts.snap
Outdated
Show resolved
Hide resolved
JamesHenry
reviewed
Jul 20, 2023
packages/linter/src/generators/convert-to-flat-config/converters/json-converter.ts
Outdated
Show resolved
Hide resolved
meeroslav
force-pushed
the
convert-to-flat-config
branch
from
July 20, 2023 12:49
930a414
to
9603e3f
Compare
meeroslav
force-pushed
the
convert-to-flat-config
branch
from
August 8, 2023 16:16
aee4e4d
to
03454cc
Compare
AgentEnder
approved these changes
Aug 8, 2023
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
A new generator to convert workspace from standard lint configs to new flat eslint config.
Based on: typescript-eslint/typescript-eslint#6836
According to: https://eslint.org/blog/2022/08/new-config-system-part-2/
Following: https://eslint.org/docs/latest/use/configure/migration-guide
updateProjectConfiguration
to updatepackage.json
as well