6.1.0 • Published 4 months ago

@tributebrand/stylelint-config v6.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

stylelint-config

Stylelint config providing Tribute Brand's standard linting setup for styles.

Installation

npm install -DE @tributebrand/stylelint-config@latest

Usage

To start using this configuration, extend this package in your Stylelint configuration.

{
  "extends": "@tributebrand/stylelint-config",
  "rules": {
    // Add additional rules here
  }
}

For more information on configuring Stylelint, check out the configuration guide.

Property Ordering

Property ordering is performed according to the SMACSS methodology, with empty lines enforced between property groups.

Refer to css-property-sort-order-smacss for the comprehensive list of property orders.