Update stylelint

This commit is contained in:
Pavel Djundik 2016-06-13 22:04:28 +03:00
parent a381a978d0
commit 7cf72dc744
2 changed files with 3 additions and 3 deletions

View file

@ -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", {

View file

@ -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"
}
}