1.1.6 • Published 7 years ago

eslint-config-whatchado v1.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

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

8 years ago

1.0.0

8 years ago