Enable stylelint's `function-comma-space-after`. (#24501)

The option is set to `always-single-line` in stylelint-config-standard which we extend.
This commit is contained in:
XhmikosR 2017-10-23 00:00:00 +03:00 committed by GitHub
parent 44278f89e3
commit 29d58fb758
15 changed files with 63 additions and 64 deletions

View File

@ -21,7 +21,6 @@
"declaration-no-important": true, "declaration-no-important": true,
"font-family-name-quotes": "always-where-recommended", "font-family-name-quotes": "always-where-recommended",
"font-weight-notation": "numeric", "font-weight-notation": "numeric",
"function-comma-space-after": null,
"function-url-no-scheme-relative": true, "function-url-no-scheme-relative": true,
"function-url-quotes": "always", "function-url-quotes": "always",
"length-zero-no-unit": true, "length-zero-no-unit": true,