-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Description
Hi, I have created these two npm packages that export the eslint rules of node core:
- eslint-config-node-core: Sharable ESLint configurations following the style guide of Node.js core.
- eslint-plugin-node-core: Custom ESLint rules from Node.js core.
Most of their sources are automatically generated from the source of the node core. I want to see how we can use these rules for other projects in the foundation. I believe with a unified coding style it would be easier for people to start contributing to them. AFAIK node-core-utils uses something that mimics the node core styles (but not quite), so I can start from there.
Action items:
- Move these two projects into the foundation, and move the npm packages to a scope that belongs to us (IIRC the
@nodejsscope belongs to us? But I don't know who is the admin). We could also just useeslint-config-node-coreoreslint-plugin-node-core(I've placed placeholders in both. My packages are currently published under@joyeecheungthough), that way the config name would be shorter, justnode-core, compared to@nodejs/eslint-config - Find projects under the Node.js organization that are willing to switch to this coding style, and help them migrate.
What do you think?
devsnek, richardlau and bnbbnb
Metadata
Metadata
Assignees
Labels
No labels