mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2025-12-10 12:56:14 +00:00
17 lines
311 B
JSON
17 lines
311 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard-scss",
|
|
"stylelint-config-recommended-scss",
|
|
"stylelint-config-html/svelte",
|
|
"stylelint-config-prettier-scss"
|
|
],
|
|
"rules": {
|
|
"selector-pseudo-class-no-unknown": [
|
|
true,
|
|
{
|
|
"ignorePseudoClasses": ["global"]
|
|
}
|
|
]
|
|
}
|
|
}
|