mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 04:38:04 -06:00
Disable CSS selector naming rule
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
"indentation": 4,
|
||||
"length-zero-no-unit": 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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user