-
Notifications
You must be signed in to change notification settings - Fork 2.1k
chore(linting): implement ESLint flat config for eslint-plugin-turbo #8054
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
Conversation
- Add "flat/recommended" config to eslint-plugin-turbo - Add meta property to plugin - Update README.md accordingly with information on using flat config
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Ignored Deployments
|
@jeremy-code is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
The new config is its own folder I haven't updated eslint-config-turbo, because it is just a default export that extends the config. I inlined the rules for now since the main export Should have no issues in regards to backwards compatability. |
This is awesome! 🤩 I hate to ask you for an additional burden, but do you have a monorepo with ESLint v9 in it that I could try to use this against? I still haven't gotten to figure out how ESLint v9 configuration works and I'd like to manually verify this since we don't have any tests. Alternatively, do you believe there are any tests that we could add to harden the support of the differing versions? (Apologies if this is a naive question.) |
Will be working on this, will open a new PR when done |
Description
Testing Instructions
The rules or any actual functionality isn't changed, just the exports. The current tests all pass and I have tested the equivalent functionality on a separate project: