diff options
Diffstat (limited to 'doc/.stylelintrc.json')
-rw-r--r-- | doc/.stylelintrc.json | 7 |
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" + } +} |