|
@@ -1,15 +1,12 @@
|
|
|
{
|
|
{
|
|
|
"extends": [
|
|
"extends": [
|
|
|
|
|
+ "stylelint-config-standard-scss",
|
|
|
"stylelint-config-recess-order"
|
|
"stylelint-config-recess-order"
|
|
|
],
|
|
],
|
|
|
"rules": {
|
|
"rules": {
|
|
|
- "indentation": 2,
|
|
|
|
|
- "string-quotes": "single",
|
|
|
|
|
"rule-empty-line-before": [ "always-multi-line", {
|
|
"rule-empty-line-before": [ "always-multi-line", {
|
|
|
"except": ["after-single-line-comment", "first-nested"],
|
|
"except": ["after-single-line-comment", "first-nested"],
|
|
|
"ignore": ["after-comment", "inside-block"]
|
|
"ignore": ["after-comment", "inside-block"]
|
|
|
- } ],
|
|
|
|
|
- "selector-combinator-space-before": "always",
|
|
|
|
|
- "selector-combinator-space-after": "always"
|
|
|
|
|
|
|
+ } ]
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|