-
Notifications
You must be signed in to change notification settings - Fork 2k
Better ESLint configuration examples #1172
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
@nathanhammond is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
2398021
to
455e9f8
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3895d4e
to
cbc4d65
Compare
cbc4d65
to
54b1fa2
Compare
df69180
to
63aa216
Compare
@nathanhammond Can you please explain how does |
@AbdallahAbis Check out ESLint's docs on shareable configurations: https://eslint.org/docs/developer-guide/shareable-configs |
@nathanhammond Thank you! just figured that out and was going to update my comment, but you already answer. thanks for the fast reply. |
Our
eslint
configurations in examples were not actually relying on theeslint
-recommended approach to sharing configurations and were instead directly requiring files. This switches the approach to what ESLint would recommend.Originally detected by @darrylblake in #1151, this corrects all of our examples.