This package provides Polyvore's eslint rules as an extensible/shared config.
To use this module:
npm install --save-dev eslint eslint-config-polyvore
- add
extends: eslint-config-polyore
to your .eslintrc.yml
After extending from the shared config, you can further overwrite rules following the ESlint config docs
Applies Polyvore's rules for ES5 applications
Extends our ES5 config and adds ES6-specific rules