eslint-config-vit
v1.0.6
Published
ESLint sharable configuration
Downloads
5
Readme
Vitaliy's ESLint Config
Sharable code style, overrides AirBnB code style guide with my preferences.
Install
npm i --save-dev eslint-config-vit
Usage
Add to your ESLint config, according to environment
Browser:
{
"extends": "vit/browser"
}
Browser ESNext:
{
"extends": "vit/browserNext"
}
Node:
{
"extends": "vit/node"
}