stylelint-config-concentric-order

5.2.0 • Public • Published

stylelint-config-concentric-order

This stylelint configuration validates the order of CSS properties according to Concentric CSS. It's highly recommended that you use this in addition to your own rules (or rules from a shareable configuration), since it is only concerned with ordering. The configuration works with both stylelint --fix and stylefmt to automatically sort your CSS properties.

Installation

npm install --save-dev stylelint-config-concentric-order

Usage

Add this configuration to the end of your extends array inside .stylelintrc

{
  "extends": [
    // ...some other shareable Stylelint configuration
    "stylelint-config-concentric-order"
  ],

  "rules": {
    // ...your own custom rules and overrides
  }
}

Dependencies (1)

Dev Dependencies (4)

Package Sidebar

Install

npm i stylelint-config-concentric-order

Weekly Downloads

5,221

Version

5.2.0

License

ISC

Unpacked Size

9.33 kB

Total Files

3

Last publish

Collaborators

  • chaucerbao