mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
23 lines
400 B
JSON
23 lines
400 B
JSON
|
{
|
||
|
"extends": [
|
||
|
"stylelint-config-standard",
|
||
|
"stylelint-config-prettier"
|
||
|
],
|
||
|
"rules": {
|
||
|
"at-rule-no-unknown": [
|
||
|
true,
|
||
|
{
|
||
|
"ignoreAtRules": [
|
||
|
"tailwind",
|
||
|
"apply",
|
||
|
"variants",
|
||
|
"responsive",
|
||
|
"screen"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"declaration-block-trailing-semicolon": null,
|
||
|
"no-descending-specificity": null
|
||
|
}
|
||
|
}
|