4.3.0 • Published 6 years ago

eslint-config-mkitt v4.3.0

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

ESLint configuration

  1. Extends: airbnb, flowtype/recommended
  2. Plugins: flowtype, import, jsx-a11y, react

Some airbnb rules are being overridden.

Install with peerDependencies:

yarn add eslint eslint-config-mkitt -DE

Add to package.json:

"eslintConfig": {
  "extends": "mkitt"
}

mkitt.net | github/mkitt