Skip to content

acolorbright/stylelint-config-acb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylelint-config-acb

Stylelint config providing ACB's standard linting setup for styles.

Installation

npm install --save-dev 'acolorbright/stylelint-config-acb#v1.0.2'

Usage

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

{
  "extends": "stylelint-config-acb",
  "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.

Refer to here for the comprehensive list of property orders.