0.0.5 • Published 8 years ago
@gik/eslint-config-cycle v0.0.5
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-cycleUsage
In the corresponding .eslintrc file (or equivalent) add the extends property.
{
"extends": "@gik/cycle"
}