Fix incorrect value of Stylelint option (#26192)

This commit is contained in:
ruedap 2018-04-10 21:40:01 +09:00 committed by XhmikosR
parent ee91fdbf14
commit ee1a22812b
1 changed files with 1 additions and 3 deletions

View File

@ -4,9 +4,7 @@
"stylelint-order"
],
"rules": {
"at-rule-empty-line-before": [null, {
"except": ["first-nested"]
}],
"at-rule-empty-line-before": null,
"at-rule-name-space-after": "always",
"at-rule-no-vendor-prefix": true,
"at-rule-semicolon-space-before": "never",