@gonimbly/eslint-config

3.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @gonimbly/eslint-config

Weekly Downloads

0

Version

3.0.0

License

MIT

Last publish

Collaborators

  • kylecrouse
  • troyconquer
  • mng-gn
  • philipchoign
  • zconq