mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
{
|
|
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
|
|
"rules": {
|
|
"comment-empty-line-before": null,
|
|
"declaration-empty-line-before": null,
|
|
"function-name-case": null,
|
|
"selector-pseudo-element-colon-notation": null,
|
|
"no-invalid-double-slash-comments": null,
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|