-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(examples): with eslint flat config #9108
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 6 Skipped Deployments
|
@jnlsn is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
Thanks @jnlsn! I was able to mirror this PR in my repo to get everything working without issue. |
Hey, @jnlsn! Would you want to port this work over to the |
Description
I recently went through the headache of upgrading to ES Lint's flat config for a project and wanted to share what I learned here. I have cloned the
basic
example underwith-eslint-flat-config
and updated configs to be as close to the basic example while using the new flat structure. I'm happy to make this change elsewhere and/or update documentation if that is preferable. Feedback appreciated; please let me know how I can help.Related to: #7909
Testing Instructions