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