aboutsummaryrefslogtreecommitdiffstats
path: root/doc/.stylelintrc.json
diff options
context:
space:
mode:
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"
}