ant-design/.stylelintrc

12 lines
344 B
Plaintext
Raw Normal View History

2017-02-06 11:01:35 +08:00
{
2018-12-07 16:17:45 +08:00
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
"rules": {
2017-02-17 13:58:24 +08:00
"comment-empty-line-before": null,
"declaration-empty-line-before": null,
"function-name-case": null,
"selector-pseudo-element-colon-notation": null,
2019-01-28 16:01:25 +08:00
"no-invalid-double-slash-comments": null,
"no-descending-specificity": null
}
2017-02-06 11:01:35 +08:00
}