eslint-config-node 1.5.0
Install from the command line:
Learn more about npm packages
$ npm install @smartlook/eslint-config-node@1.5.0
Install via package.json:
"@smartlook/eslint-config-node": "1.5.0"
About this version
This config should be used in all Node.js projects.
npm i -D @smartlook/eslint-config-node
// .eslintrc.js
module.exports = {
extends: ['@smartlook/eslint-config-node'],
}
See LICENSE.