update stylelint

pull/6320/head
Karl Prieb 9 years ago
parent 8691cb4008
commit 99e474820d
  1. 5
      .stylelintrc

@ -78,13 +78,10 @@
"number-no-trailing-zeros": true,
"property-case": "lower",
"property-no-unknown": true,
"rule-nested-empty-line-before": [ "always", {
"rule-empty-line-before": [ "always", {
except: ["first-nested"],
ignore: ["after-comment"],
} ],
"rule-non-nested-empty-line-before": [ "always", {
ignore: ["after-comment"],
} ],
"selector-attribute-brackets-space-inside": "never",
"selector-attribute-operator-space-after": "never",
"selector-attribute-operator-space-before": "never",

Loading…
Cancel
Save