@thrivehive/eslint-config-node
v1.2.3
Published
ESLint config for @thrivehive node.js projects
Downloads
18
Keywords
Readme
@thrivehive/eslint-plugin-node
About
This eslint config extends the official Airbnb JS base config.
Installation
Using NPM:
npm install --save-dev @thrivehive/eslint-plugin-node
Using Yarn:
yarn add --dev @thrivehive/eslint-plugin-node
Usage
In .eslintrc.js:
module.exports = {
extends: [
'@thrivehive/node'
]
};