diff options
author | David Robillard <d@drobilla.net> | 2024-06-22 20:55:06 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-06-22 20:55:06 -0400 |
commit | c930382e1f4a4ae674a7239bb8067c8d6e558b8d (patch) | |
tree | fd708c7a5284f6788a4a2af9dd15f6ee5be5a85f /doc/.stylelintrc.json | |
parent | c611d43d2eafc033c8d68cb4762ea7a242bf1365 (diff) | |
download | serd-c930382e1f4a4ae674a7239bb8067c8d6e558b8d.tar.gz serd-c930382e1f4a4ae674a7239bb8067c8d6e558b8d.tar.bz2 serd-c930382e1f4a4ae674a7239bb8067c8d6e558b8d.zip |
Format CSS with prettier and update sylelint configuration
Diffstat (limited to 'doc/.stylelintrc.json')
-rw-r--r-- | doc/.stylelintrc.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/.stylelintrc.json b/doc/.stylelintrc.json index cc4c675d..40db42c6 100644 --- a/doc/.stylelintrc.json +++ b/doc/.stylelintrc.json @@ -1,7 +1,3 @@ { - "extends": "stylelint-config-standard", - "rules": { - "color-hex-case": "upper", - "selector-list-comma-newline-after": "always-multi-line" - } + "extends": "stylelint-config-standard" } |