0.4.0 • Published 5 years ago

eslint-config-treats v0.4.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

Eslint Config Treats

Sets of opinionated eslint rules that we personally recommends for developing React apps with Treats.

How To Use

  1. Install Eslint config Treats:
npm install --development eslint-config-treats
  1. Extends your eslint configuration:
// .eslintrc
{
    "extends": "eslint-config-treats"
}

License

Apache 2.0