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