4.0.0 • Published 7 years ago

eslint-config-polyvore v4.0.0

Weekly downloads
13
License
-
Repository
github
Last release
7 years ago

eslint-config-polyvore

This package provides Polyvore's eslint rules as an extensible/shared config.

Usage

To use this module:

  1. npm install --save-dev eslint eslint-config-polyvore
  2. 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

eslint-config-polyvore/es5

Applies Polyvore's rules for ES5 applications

eslint-config-polyvore/es6 (default)

Extends our ES5 config and adds ES6-specific rules