eslint-config-vl
v0.2.0
Published
Airbnb based eslint config
Downloads
9
Readme
eslint-config-vl
Airbnb based eslint config.
A couple of rule changes, most prominently prohibited use of semicolons.
Installation
Install as a dev dependency.
npm i --save-dev eslint-config-vl
Extend the config in a .eslintrc
file:
{
"extends": "vl"
}