@gik/eslint-config-cycle
v0.0.5
Published
GIK's cycle.js approach to EcmaScript
Downloads
4
Maintainers
Readme
eslint-config: gik-cycle
GIK's approach to writing Cycle.js SPAs using valid EcmaScript
These are the rules we use on all of our frontend project using CycleJS.
Checkout other configs similar to this.
Installation
npm i -D eslint @gik/eslint-config-cycle
Usage
In the corresponding .eslintrc
file (or equivalent) add the extends
property.
{
"extends": "@gik/cycle"
}