-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
chore(linting): implement ESLint flat config compatibility for eslint-plugin-turbo
#9426
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
8 Skipped 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. |
@anthonyshew This branch should be good, ran tests/lint/prettier. |
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: npm/@types/eslint@8.4.6 |
eslint-plugin-turbo
…t-plugin-turbo` - Add "flat/recommended" config to `eslint-plugin-turbo` - Add `meta` property to plugin - Update README.md accordingly with information on using flat config - Add tests for flat config in `__tests__/cwdFlat.test.ts`
738be5e
to
ac39f63
Compare
(That was just a rebase to catch up with 1 commit in main -- no lock file changes or anything) |
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing, thank you so much for being patient with us taking much too long to get back to you on this. Very excited for this - and I know many community members are as well!
So glad to have merged this. Thank you again! |
Description
eslint-plugin-turbo
meta
property to plugin__tests__/cwdFlat.test.ts
Testing Instructions
Run the following command:
pnpm run test --filter=eslint-plugin-turbo
See #8606