mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 04:56:37 +08:00
run stylelint for the project
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"indentation": 4,
|
||||
"no-descending-specificity": null
|
||||
"no-descending-specificity": null,
|
||||
"selector-list-comma-newline-after": null,
|
||||
"declaration-empty-line-before": null,
|
||||
"no-duplicate-selectors": null
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user