Linting
This commit is contained in:
17
.stylelintrc.json
Normal file
17
.stylelintrc.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": ["stylelint-config-standard", "stylelint-config-idiomatic-order"],
|
||||
"rules": {
|
||||
"selector-pseudo-class-no-unknown": [
|
||||
true,
|
||||
{
|
||||
"ignorePseudoClasses": ["global"]
|
||||
}
|
||||
],
|
||||
"no-descending-specificity": null,
|
||||
"indentation": 4,
|
||||
"declaration-block-no-duplicate-properties": true,
|
||||
"no-duplicate-selectors": true,
|
||||
"selector-class-pattern": "^.*|([a-z][a-zA-Z0-9]+)$",
|
||||
"custom-property-pattern": ".*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user