mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 09:02:31 -06:00
WebUI: revise lint rules for css
Some rules are already covered by other tools, so remove them.
This commit is contained in:
@@ -5,15 +5,12 @@ export default {
|
||||
],
|
||||
ignoreFiles: ["private/css/lib/*.css"],
|
||||
rules: {
|
||||
"color-hex-length": null,
|
||||
"color-hex-length": "long",
|
||||
"comment-empty-line-before": null,
|
||||
"comment-whitespace-inside": null,
|
||||
"function-name-case": null,
|
||||
"length-zero-no-unit": null,
|
||||
"no-descending-specificity": null,
|
||||
"order/properties-alphabetical-order": true,
|
||||
"selector-class-pattern": null,
|
||||
"selector-id-pattern": null,
|
||||
"value-keyword-case": null
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user