Merge pull request #907 from thelounge/greenkeeper/stylelint-7.8.0

Update stylelint to the latest version 🚀
This commit is contained in:
Jérémie Astori 2017-02-04 12:12:52 -05:00 committed by GitHub
commit a0e0666e33
2 changed files with 6 additions and 5 deletions

View File

@ -5,7 +5,7 @@
], ],
"rules": { "rules": {
"at-rule-empty-line-before": ["always", { "at-rule-empty-line-before": ["always", {
"except": ["blockless-group", "first-nested"], "except": ["blockless-after-blockless", "first-nested"],
"ignore": ["after-comment"] "ignore": ["after-comment"]
}], }],
"block-closing-brace-newline-after": "always", "block-closing-brace-newline-after": "always",
@ -20,7 +20,7 @@
"color-no-invalid-hex": true, "color-no-invalid-hex": true,
"comment-empty-line-before": ["always", { "comment-empty-line-before": ["always", {
"except": ["first-nested"], "except": ["first-nested"],
"ignore": ["stylelint-commands"] "ignore": ["stylelint-command"]
}], }],
"comment-whitespace-inside": "always", "comment-whitespace-inside": "always",
"declaration-bang-space-after": "never", "declaration-bang-space-after": "never",
@ -59,8 +59,9 @@
"ignore": ["consecutive-duplicates"] "ignore": ["consecutive-duplicates"]
}], }],
"declaration-block-no-shorthand-property-overrides": true, "declaration-block-no-shorthand-property-overrides": true,
"rule-non-nested-empty-line-before": ["always-multi-line", { "rule-empty-line-before": ["always-multi-line", {
"ignore": ["after-comment"] "except": ["first-nested"],
"ignore": ["after-comment"],
}], }],
"declaration-block-trailing-semicolon": "always", "declaration-block-trailing-semicolon": "always",
"selector-combinator-space-after": "always", "selector-combinator-space-after": "always",

View File

@ -73,7 +73,7 @@
"npm-run-all": "4.0.1", "npm-run-all": "4.0.1",
"nyc": "10.1.0", "nyc": "10.1.0",
"socket.io-client": "1.7.2", "socket.io-client": "1.7.2",
"stylelint": "7.7.1", "stylelint": "7.8.0",
"urijs": "1.16.1", "urijs": "1.16.1",
"webpack": "1.14.0" "webpack": "1.14.0"
} }