Update stylelint
This commit is contained in:
parent
a381a978d0
commit
7cf72dc744
@ -38,7 +38,7 @@
|
||||
"function-parentheses-newline-inside": "always-multi-line",
|
||||
"function-parentheses-space-inside": "never-single-line",
|
||||
"function-whitespace-after": "always",
|
||||
"function-url-quotes": "double",
|
||||
"function-url-quotes": "always",
|
||||
"indentation": "tab",
|
||||
"max-empty-lines": 1,
|
||||
"media-feature-colon-space-after": "always",
|
||||
@ -53,7 +53,7 @@
|
||||
"no-missing-eof-newline": true,
|
||||
"number-leading-zero": "never",
|
||||
"number-no-trailing-zeros": true,
|
||||
"number-zero-length-no-unit": true,
|
||||
"length-zero-no-unit": true,
|
||||
"declaration-block-no-duplicate-properties": true,
|
||||
"declaration-block-no-shorthand-property-overrides": true,
|
||||
"rule-non-nested-empty-line-before": ["always-multi-line", {
|
||||
|
@ -66,6 +66,6 @@
|
||||
"handlebars": "4.0.5",
|
||||
"mocha": "2.4.5",
|
||||
"npm-run-all": "2.1.1",
|
||||
"stylelint": "6.2.2"
|
||||
"stylelint": "6.6.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user