eslint-config-emakinacee-react
v3.0.0
Published
ESLint react config of EMAKINA CEE
Downloads
2
Readme
eslint-config-emakinacee-react
This package contains all ESLint react specific rules. We recommend to use these react specific rules in addition to our base rules.
Dependencies
eslint
eslint-plugin-jsx-a11y
eslint-plugin-react
Usage
Install the config and all dependencies mentioned above.
npm install eslint eslint-plugin-react eslint-plugin-jsx-a11y eslint-config-emakinacee-react
Extend the config in your .eslintrc by adding
"extends": "emakinacee-react"
e.g.:{ "extends": [ "emakinacee-react" ] }