@pismo/eslint-config-pismo

ESlint configurations for projects at Pismo


License
ISC
Install
npm install @pismo/eslint-config-pismo@2.0.0

Documentation

eslint-config-pismo

ESlint configurations for projects at Pismo

Basically a superset of the styleguide of Airbnb with plugins for lodash and angular

Install

npm install --save-dev @pismo/eslint-config-pismo

Add to your .eslintrc or other configuration file the package

...
extends: ["pismo"],
...