npm.io
2.3.1 • Published 8 years ago

@gonimbly/eslint-config-base

Licence
MIT
Version
2.3.1
Deps
1
Vulns
0
Weekly
0
Stars
1

GoNimbly Base ESLint Config

Implements a base ESLint configuration intended for apps not compiled with Babel running on Node 7+ (ES2017).

Install

yarn add -D @gonimbly/eslint-config-base eslint@^3.19.0 eslint-plugin-import@^2.2.0 eslint-plugin-prettier@^2.1.2 prettier

Usage

Once @gonimbly/eslint-config-base is installed, you can use it by specifying @gonimbly/eslint-config-base in the extends section of your ESLint configuration.

{
  "extends": "@gonimbly/eslint-config-base",
  "rules": {
    // Additional, per-project rules...
  }
}