@segware/eslint-config-node
v1.5.0
Published
## Step 1: Install
Readme
Getting Started
Step 1: Install
yarn add -D @segware/eslint-config-nodeStep 2: Configure eslint plugin
In the .eslintrc.js file use the extends prop:
module.exports = {
root: true,
+ extends: '@segware/eslint-config-node',
};