mirror of
https://github.com/chillzhuang/Sword
synced 2024-11-05 18:19:23 +08:00
14 lines
366 B
JSON
14 lines
366 B
JSON
|
{
|
||
|
"extends": [
|
||
|
"stylelint-config-standard",
|
||
|
"stylelint-config-css-modules",
|
||
|
"stylelint-config-rational-order",
|
||
|
"stylelint-config-prettier"
|
||
|
],
|
||
|
"plugins": ["stylelint-order", "stylelint-declaration-block-no-ignored-properties"],
|
||
|
"rules": {
|
||
|
"no-descending-specificity": null,
|
||
|
"plugin/declaration-block-no-ignored-properties": true
|
||
|
}
|
||
|
}
|