0.0.18 • Published 3 years ago
@ittinc/stylelint v0.0.18
Description
This is a standard stylelint setup for IT TEST developers and anyone else, who wants to use it.
Installation
npm i @ittinc/stylelint
Usage
Set your stylelint config to:
{
"extends": "@ittinc/stylelint"
}Customs
Using next rules customizations:
function-url-quotesWe never should use quotes if they not neededselector-class-patternUse BEM patternnumber-leading-zeroomit leading zerolength-zero-no-unitit is allowed to set unit for zero value if it's a custom-properties
Source
For the full list of rules used please take a look at the source package.