eslint-config-daai
v1.0.3
Published
eslint
Downloads
15
Readme
Install
npm install eslint-config-daai --save-dev
Usage
Use this shareable config by extending it in your .eslintrc
file:
{
"extends": "daai"
}
You can override settings from this shareable config by adding them directly into your .eslintrc
file.
See the ESLint documentation for more information about using a shareable config.