0.0.3 • Published 6 years ago

@saritasa/stylelint-config-order v0.0.3

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

@saritasa/stylelint-config-order

Saritasa's 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 and stylelint-order
$ npm install --save-dev stylelint stylelint-order @saritasa/stylelint-config-order
  1. Add "@saritasa/stylelint-config-order" to your "extends" section of .stylelintrc file.