@gik/eslint-config-node
v0.0.10
Published
GIK's approach to write Node.js EcmaScript
Downloads
8
Maintainers
Readme
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"
}