Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

mkitt/eslint-config-mkitt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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