Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-whatchado

whatchado66MIT1.1.6

Shared ESLint configuration by whatchado

readme

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!