0.4.0 • Published 5 years ago

stylelint-config-treats v0.4.0

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

Stylelint Config Treats

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

How To Use

  1. Install Stylelint config Treats:
npm install --development stylelint-config-treats
  1. Extends your stylelint configuration:
// .stylelintrc
{
    "extends": "stylelint-config-treats"
}

License

Apache 2.0