@bubltechnology/eslint-config-bubl
v2.0.1
Published
Eslint configuration used by Bubl Technology
Downloads
2
Keywords
Readme
Bubl Eslint Configuration
This code style guide is meant to be compliant with StanardJS but to be more detailed.
To use you will need to install both this package as well as eslint
npm install --save-dev eslint @bubltechnology/eslint-config-bubl
You will then need to add an eslintrc that extends this like so
{
"extends": "@bubltechnology/eslint-config-bubl"
}