Merge pull request #907 from thelounge/greenkeeper/stylelint-7.8.0
Update stylelint to the latest version 🚀
This commit is contained in:
commit
a0e0666e33
@ -5,7 +5,7 @@
|
||||
],
|
||||
"rules": {
|
||||
"at-rule-empty-line-before": ["always", {
|
||||
"except": ["blockless-group", "first-nested"],
|
||||
"except": ["blockless-after-blockless", "first-nested"],
|
||||
"ignore": ["after-comment"]
|
||||
}],
|
||||
"block-closing-brace-newline-after": "always",
|
||||
@ -20,7 +20,7 @@
|
||||
"color-no-invalid-hex": true,
|
||||
"comment-empty-line-before": ["always", {
|
||||
"except": ["first-nested"],
|
||||
"ignore": ["stylelint-commands"]
|
||||
"ignore": ["stylelint-command"]
|
||||
}],
|
||||
"comment-whitespace-inside": "always",
|
||||
"declaration-bang-space-after": "never",
|
||||
@ -59,8 +59,9 @@
|
||||
"ignore": ["consecutive-duplicates"]
|
||||
}],
|
||||
"declaration-block-no-shorthand-property-overrides": true,
|
||||
"rule-non-nested-empty-line-before": ["always-multi-line", {
|
||||
"ignore": ["after-comment"]
|
||||
"rule-empty-line-before": ["always-multi-line", {
|
||||
"except": ["first-nested"],
|
||||
"ignore": ["after-comment"],
|
||||
}],
|
||||
"declaration-block-trailing-semicolon": "always",
|
||||
"selector-combinator-space-after": "always",
|
||||
|
@ -73,7 +73,7 @@
|
||||
"npm-run-all": "4.0.1",
|
||||
"nyc": "10.1.0",
|
||||
"socket.io-client": "1.7.2",
|
||||
"stylelint": "7.7.1",
|
||||
"stylelint": "7.8.0",
|
||||
"urijs": "1.16.1",
|
||||
"webpack": "1.14.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user