0.0.10 • Published 7 years ago

@gik/eslint-config-node v0.0.10

Weekly downloads
11
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.10-beta1

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago