A central place for our styles.
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.