Checkpoint
This commit is contained in:
24
.stylelintrc.json
Normal file
24
.stylelintrc.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"extends": [
|
||||
"stylelint-config-standard-scss"
|
||||
],
|
||||
"plugins": [
|
||||
"stylelint-scss",
|
||||
"stylelint-order"
|
||||
],
|
||||
"customSyntax": "postcss-scss",
|
||||
"rules": {
|
||||
"at-rule-no-unknown": null,
|
||||
"scss/at-rule-no-unknown": true,
|
||||
"order/properties-alphabetical-order": null,
|
||||
"order/order": [
|
||||
"custom-properties",
|
||||
"declarations"
|
||||
],
|
||||
"order/properties-order": [
|
||||
"width",
|
||||
"height"
|
||||
],
|
||||
"max-nesting-depth": 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user