aboutsummaryrefslogtreecommitdiffstats
path: root/doc/.stylelintrc.json
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-06-22 20:55:06 -0400
committerDavid Robillard <d@drobilla.net>2024-06-22 20:55:06 -0400
commitc930382e1f4a4ae674a7239bb8067c8d6e558b8d (patch)
treefd708c7a5284f6788a4a2af9dd15f6ee5be5a85f /doc/.stylelintrc.json
parentc611d43d2eafc033c8d68cb4762ea7a242bf1365 (diff)
downloadserd-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.json6
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"
}