Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.09 KB

eslint-config

npm version Travis branch npm

Rules>

Rule set based on:

Included Plugins

  • eslint-plugin-jest

Opinions:

  • Uses babel-eslint parser by default.
  • Uses 4, spaces for easier readability.
  • Keeps most of the rules recommended 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 @monolambda/eslint-config eslint --save

Usage

In .eslintrc:

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