1.3.1 • Published 6 years ago

eslint-config-eshaker v1.3.1

Weekly downloads
4
License
ISC
Repository
-
Last release
6 years ago

eslint-config-eshaker

Config for eShaker JS projects. Extends the Airbnb configs

Available configs:

  • eshaker - includes redux-saga and eshaker/lib
  • eshaker/lib - includes react, react-a11y and eshaker/base
  • eshaker/base - includes airbnb-base

Install:

npm i --save eslint-config-eshaker
# Install peer-deps
npm i --save eslint-plugin-{react,jsx-a11y,redux-saga}

Use:

In your .eslintrc.json

{
  "extends": "eshaker",
  /* or */
  "extends": "eshaker/lib",
  /* or */
  "extends": "eshaker/base",
}

or in your package.json

{
  /* ... all the usual package.json stuff ... */
  "eslintConfig": {
    "extends": "eshaker"
  }
}
1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago