Fixed stylelintrc config

This commit is contained in:
Andrey Okonetchnikov 2016-10-05 14:48:15 +02:00
parent a560d4e8fe
commit 3341a34605

View File

@ -8,7 +8,7 @@
], ],
"rules": { "rules": {
"at-rule-no-vendor-prefix": true, "at-rule-no-vendor-prefix": true,
"comment-empty-line-before": false, "comment-empty-line-before": "never",
"function-url-no-scheme-relative": true, "function-url-no-scheme-relative": true,
"function-url-quotes": "always", "function-url-quotes": "always",
"max-nesting-depth": 3, "max-nesting-depth": 3,
@ -166,6 +166,7 @@
"text-overflow-ellipsis", "text-overflow-ellipsis",
"text-overflow-mode", "text-overflow-mode",
"text-shadow", "text-shadow",
"text-rendering",
"white-space", "white-space",
"word-spacing", "word-spacing",
"word-wrap", "word-wrap",
@ -181,6 +182,7 @@
"font-stretch", "font-stretch",
"font-size", "font-size",
"font-family", "font-family",
"font-feature-settings",
"-webkit-font-smoothing", "-webkit-font-smoothing",
"-moz-osx-font-smoothing", "-moz-osx-font-smoothing",
"src", "src",