0.0.10 • Published 6 years ago

@gik/eslint-config-node v0.0.10

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

eslint-config: @gik/node

GIK's approach to writing for Node.js using valid EcmaScript

These are the rules we use on all of our backend projects using NodeJS.

Checkout other configs similar to this.

  • @gik the base rules that this project inherits.
  • @gik/cycle for frontend CycleJS apps.

Installation

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

Usage

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

{
  "extends": "@gik/node"
}
0.0.10

6 years ago

0.0.10-beta1

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago