1.7.6 • Published 5 years ago

@monolambda/eslint-config v1.7.6

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

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"
}