/eslint-config-mkitt

ESLint configuration

Primary LanguageJavaScriptMIT LicenseMIT

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