aboutsummaryrefslogtreecommitdiffstats
path: root/doc/.stylelintrc.json
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-12 13:20:29 -0400
committerDavid Robillard <d@drobilla.net>2022-06-12 13:46:45 -0400
commit020eeafddee36b7142fceac4cd3bd67250a015fd (patch)
treea9566299ad6e2dc3a807064b4ffc86b72cd70a2e /doc/.stylelintrc.json
parentf6437f606bd85dbc6d7581146955f85902230ca0 (diff)
downloadserd-020eeafddee36b7142fceac4cd3bd67250a015fd.tar.gz
serd-020eeafddee36b7142fceac4cd3bd67250a015fd.tar.bz2
serd-020eeafddee36b7142fceac4cd3bd67250a015fd.zip
Clean up CSS for HTML man pages
Diffstat (limited to 'doc/.stylelintrc.json')
-rw-r--r--doc/.stylelintrc.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/.stylelintrc.json b/doc/.stylelintrc.json
new file mode 100644
index 00000000..e551ef6b
--- /dev/null
+++ b/doc/.stylelintrc.json
@@ -0,0 +1,7 @@
+{
+ "extends": "/usr/lib/node_modules/stylelint-config-standard",
+ "rules": {
+ "color-hex-case": "upper",
+ "selector-list-comma-newline-after": "always-multi-line"
+ }
+}