0.0.3 • Published 6 years ago

eslint-config-szh-react v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

eslint-config-szh-react

eslint configuration

  1. Extends: eslint-config-airbnb-base plugin:fp/recommended
  2. 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"
}