2.3.1 • Published 7 years ago

@gonimbly/eslint-config-base v2.3.1

Weekly downloads
13
License
MIT
Repository
github
Last release
7 years ago

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...
  }
}
2.3.1

7 years ago

2.3.0

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago