@octaved-flow/eslint-config
v1.1.1
Published
eslint config
Downloads
40
Readme
eslint config
This is a configuration for eslint
Usage
Installation with yarn:
$ yarn add @octaved-flow/eslint-config -D
Then create a .eslintrc
file with the following content:
{
"extends": "@octaved-flow/eslint-config"
}