mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Disable CSS selector naming rule
This commit is contained in:
parent
fb2fbc875d
commit
aafc1064d9
1 changed files with 4 additions and 2 deletions
|
@ -12,7 +12,9 @@
|
||||||
"indentation": 4,
|
"indentation": 4,
|
||||||
"length-zero-no-unit": null,
|
"length-zero-no-unit": null,
|
||||||
"no-descending-specificity": null,
|
"no-descending-specificity": null,
|
||||||
"value-keyword-case": null,
|
"order/properties-alphabetical-order": true,
|
||||||
"order/properties-alphabetical-order": true
|
"selector-class-pattern": null,
|
||||||
|
"selector-id-pattern": null,
|
||||||
|
"value-keyword-case": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue