-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add linters #22
Comments
on user-land migration and amaro we use biomejs so we can consider biomejs |
There's https://github.com/nodejs/eslint-plugin-nodejs-internal but I'm not sure if it's being used anywhere. |
it's doesn't support eslint v9 ? |
Which one should we take ? |
As long as it looks close enough to the styles used by Node.js core I think either eslint or biome works. |
+1 for biome because it's FAST, have official GA with reporter |
I vaguely remember we published the linter rules that node.js core somewhere so that it can be reused through out the organizations. Though it's been too long since I added a new JS repo to the organization that needs it to know off the top of my head, we can probably just copy whatever https://github.com/nodejs/node-core-utils have.
The text was updated successfully, but these errors were encountered: