eslint-config-node 1.8.1
Install from the command line:
Learn more about npm packages
$ npm install @smartlook/eslint-config-node@1.8.1
Install via package.json:
"@smartlook/eslint-config-node": "1.8.1"
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.