mirror of
https://github.com/towfiqi/serpbear
synced 2025-06-26 18:15:54 +00:00
22 lines
509 B
JSON
22 lines
509 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"indentation": 3,
|
|
"declaration-block-single-line-max-declarations": 2,
|
|
"selector-class-pattern":null,
|
|
"at-rule-no-unknown": [
|
|
true,
|
|
{
|
|
"ignoreAtRules": [
|
|
"tailwind",
|
|
"apply",
|
|
"variants",
|
|
"responsive",
|
|
"screen"
|
|
]
|
|
}
|
|
],
|
|
"declaration-block-trailing-semicolon": null,
|
|
"no-descending-specificity": null
|
|
}
|
|
} |