eslint-config-szh-react
v0.0.3
Published
eslint configuration for react applications
Downloads
9
Readme
eslint-config-szh-react
eslint configuration
- Extends:
eslint-config-airbnb-base
plugin:fp/recommended
- Plugins:
eslint-plugin-fp
Some rules are being overridden.
Install with peerDependencies
:
yarn add eslint eslint-config-szh-react -DE
Add to package.json:
"eslintConfig": {
"extends": "szh-react"
}