0.0.5 • Published 6 years ago

@gik/eslint-config-cycle v0.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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.

  • @gik the base rules that this project inherits.
  • @gik/node for generic NodeJS apps.

Installation

npm i -D eslint @gik/eslint-config-cycle

Usage

In the corresponding .eslintrc file (or equivalent) add the extends property.

{
  "extends": "@gik/cycle"
}