0.0.5 • Published 5 years ago

eslint-config-szh v0.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

eslint-config-szh

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 -DE

Add to package.json:

"eslintConfig": {
  "extends": "szh"
}