0.1.0 • Published 8 years ago

eslint-config-locoslab v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

eslint-config-locoslab Build Status npm version

ESLint (http://eslint.org/) configuration for Locoslab projects

Usage

  1. Install: npm install --save-dev eslint-config-locoslab
  2. '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.

License

MIT