improve settings ui (again)

This commit is contained in:
Vendicated 2024-07-02 00:17:40 +02:00 committed by Nuckyz
parent 77492061f5
commit 99b41dba19
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
11 changed files with 308 additions and 186 deletions

View file

@ -1,6 +1,12 @@
{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4
"indentation": 4,
"selector-class-pattern": [
"^[a-z][a-zA-Z0-9]*(-[a-z0-9][a-zA-Z0-9]*)*$",
{
"message": "Expected class selector to be kebab-case with camelCase segments"
}
]
}
}