Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 442 Bytes

README.mkd

File metadata and controls

22 lines (17 loc) · 442 Bytes

Keen Experience Styles

A central place for our styles.

Installation

npm install --save-dev https://github.com/keenlabs/keen-experience-styles.git

Add to your .eslintrc file:

{
  "extends": "keen-io"
}

To test out any new rules, edit examples/index.js and run the following:

eslint -c lib/index.js examples/index.js

Additonal eslint rules can be found here.