3.0.0 • Published 6 years ago

@gonimbly/eslint-config v3.0.0

Weekly downloads
18
License
MIT
Repository
github
Last release
6 years ago

GoNimbly ESLint Config for React apps

Implements ESLint configuration intended for React apps compiled with Babel. ES2017.

Install

yarn add -D @gonimbly/eslint-config babel-eslint@^7.2.3 eslint@^4.1.1 eslint-plugin-flowtype@^2.34.1 eslint-plugin-import@^2.6.0 eslint-plugin-jsx-a11y@^5.1.1 eslint-plugin-prefer-object-spread@^1.2.1 eslint-plugin-prettier@^2.4.0 eslint-plugin-react@^7.1.0 prettier

Usage

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

{
  "extends": "@gonimbly",
  "rules": {
    // Additional, per-project rules...
  }
}
3.0.0

6 years ago

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

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago