1.1.0 • Published 3 years ago

@crishpeen/stylelint-config-crishpeen-order v1.1.0

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

stylelint-config-crishpeen-order

NPM version Build Status dependency Status peerDependency Status devDependency Status

Crishpeen' shareable config of properties order for Stylelint.

This config allows linting properties by defined order. It requires Stylelint and its stylelint-order plugin.

  1. Install stylelint, stylelint-order and this config:

    $ npm install --save-dev stylelint stylelint-order @crishpeen/stylelint-config-crishpeen-order
  2. Add "extends": "@crishpeen/stylelint-config-crishpeen-order" to your .stylelintrc file.