1.1.6 • Published 6 years ago

eslint-config-whatchado v1.1.6

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

eslint-config-whatchado

Shared ESLint configuration by whatchado

Install:

  1. Add the eslint-config-whatchado package to your project:
yarn add eslint-config-whatchado
  1. Add one of these lines to your .eslintrc:
"extends": "whatchado", // base rules
"extends": "whatchado/backend"  // base + backend specific rules 
"extends": "whatchado/frontend" // base + frontend specific rules (react)

Our config package extends Airbnb's JS config, uses react and import plugins and adds some 'whatchado sugar' on top of it. Enjoy!

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

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

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago