2017-02-06 11:01:35 +08:00
|
|
|
{
|
2017-02-06 12:04:35 +08:00
|
|
|
"extends": "stylelint-config-standard",
|
|
|
|
"rules": {
|
2017-02-17 13:58:24 +08:00
|
|
|
"comment-empty-line-before": null,
|
2017-02-06 12:04:35 +08:00
|
|
|
"declaration-empty-line-before": null,
|
|
|
|
"function-comma-newline-after": null,
|
|
|
|
"function-name-case": null,
|
|
|
|
"function-parentheses-newline-inside": null,
|
|
|
|
"function-max-empty-lines": null,
|
|
|
|
"function-whitespace-after": null,
|
|
|
|
"indentation": null,
|
|
|
|
"number-leading-zero": null,
|
|
|
|
"number-no-trailing-zeros": null,
|
|
|
|
"rule-empty-line-before": null,
|
|
|
|
"selector-combinator-space-after": null,
|
|
|
|
"selector-list-comma-newline-after": null,
|
|
|
|
"selector-pseudo-element-colon-notation": null,
|
|
|
|
"unit-no-unknown": null,
|
|
|
|
"value-list-max-empty-lines": null
|
|
|
|
}
|
2017-02-06 11:01:35 +08:00
|
|
|
}
|