ESLint (http://eslint.org/) configuration for Locoslab projects
- 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.