Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 455 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 455 Bytes

eslint-plugin-node-core

Custom ESLint rules from Node.js core.

Original source code of the rules are in the nodejs/node repo.

Update

This project is generated with update.js.

git clone [email protected]:joyeecheung/eslint-plugin-node-core.git
cd eslint-plugin-node-core.git
npm install
# Generates rules/*.js and index.js
./update.js /path/to/node/project