1.3.0 • Published 7 years ago

eslint-config-monolambda v1.3.0

Weekly downloads
1
License
Unlicense
Repository
github
Last release
7 years ago

eslint-config-monolambda

npm version Travis branch Dependency Status npm

Rules

Rule set based on:

Opinions:

  • Uses 4, spaces for easier readability
  • Keeps most of the rules but overrides nonpragmatic and artifact focused rules.

Note: The current ruleset is subject to change and under review, please feel free to send a PR for rules you feel that are over the top.

Installation:

npm install eslint-config-monolambda eslint --save

Usage

In .eslintrc:

{
    "extends": "eslint-config-monolambda"
}