eslint-config-mkitt

ESLint configuration based off of Airbnb's config paired with the flowtype plugin

Usage no npm install needed!

<script type="module">
  import eslintConfigMkitt from 'https://cdn.skypack.dev/eslint-config-mkitt';
</script>

README

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