-
Notifications
You must be signed in to change notification settings - Fork 210
eslint: use new flat config format (and update deps) #933
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
base: main
Are you sure you want to change the base?
Conversation
|
Note that I've changed The reason for this change: This is avoided by flipping it around: having By having |
4515970 to
71f71c4
Compare
71f71c4 to
0c3c171
Compare
|
I realized that, in my hastiness, I forgot to commit a couple files; fixed that in the last push. |
|
this is great work, did you already file the requested information they put in their contributor page? https://github.com/google/gts?tab=contributing-ov-file
|
|
@jeromy-cannon Thanks!
I've already submitted the CLA, yes. |
|
Can I get some direction on desired/needed changes? Happy to do whatever it takes to get this over the finish line. |
|
It looks like the last PR was merged over a year ago. I'm not sure if anyone is maintaining this repo. I hope you are able to get your PR through |
|
Got moved off this due to some changes internally, but happy to review it. Let me reach out to the team that now maintains it so we can get this merged in ASAP. Thanks for your PR! |
This updates eslint (and other dependencies), and switches to the new
eslint.config.jsflat config format (see https://eslint.org/docs/latest/use/configure/migration-guide).To preserve the split between
.eslintignoreand the config file, I've introduced aeslint.ignores.jsfile, which will berequired and included from the generated config, if present.