Yuki Takei 7 лет назад
Родитель
Сommit
b9a2718a88
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .stylelintrc.json

+ 1 - 1
.stylelintrc.json

@@ -10,7 +10,7 @@
     "indentation": 2,
     "string-quotes": "single",
     "rule-empty-line-before": [ "always-multi-line", {
-      "ignore": ["after-comment", "stylelint-commands"]
+      "ignore": ["after-comment", "after-single-line-comment", "first-nested"]
     } ],
     "selector-combinator-space-before": "always",
     "selector-combinator-space-after": "always"