eslint-config-locoslab
v0.1.0
Published
ESLint configuration for Locoslab projects
Readme
eslint-config-locoslab

ESLint (http://eslint.org/) configuration for Locoslab projects
Usage
- Install:
npm install --save-dev eslint-config-locoslab - 'Extend' the config in your eslint configuration (
.eslintrc.js, ...)
{
"extends": "locoslab"
}Note: ESLint is a peer dependency and must be installed separately, which allows using the preferred version for each project.
