-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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: create base eslint config #7057
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Appreciate the effort here! But the base config should have nothing TypeScript related, afaik!
Lighthouse Results
|
@araujogui do you have time rebase this? sorry it's been getting stale |
fb095b1
to
0ad4e2e
Compare
@nodejs/nodejs-website reviews pls |
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.
LGTM !
As suggested in the turbo documentation, you can also use a package as a basis for the configuration
https://turbo.build/repo/docs/guides/tools/eslint#sharing-configuration
69dffe1
to
fc2d06e
Compare
Description
Create base ESLint config
Validation
Well, ESLint works
Related Issues
Related to #5405
Check List
npm run format
to ensure the code follows the style guide.npm run test
to check if all tests are passing.npx turbo build
to check if the website builds without errors.