eslint-config-mkitt
v4.3.0
Published
ESLint configuration based off of Airbnb's config paired with the flowtype plugin
Downloads
17
Readme
ESLint configuration
- Extends:
airbnb, flowtype/recommended
- 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"
}