@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'
]
};