1.0.5 • Published 6 years ago

stylelint-config-aurora v1.0.5

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

stylelint-config-aurora

Stylelint, but with opinionated changes.

Changed rules

  • Allow Tailwind CSS at-rules

Usage

Install:

yarn add --dev stylelint-config-aurora

or

npm install --save-dev stylelint-config-aurora

Create or edit .stylelintrc.json:

{
  "extends": "stylelint-config-aurora"
}