aboutsummaryrefslogtreecommitdiffstats
path: root/doc/.stylelintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'doc/.stylelintrc.json')
-rw-r--r--doc/.stylelintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/.stylelintrc.json b/doc/.stylelintrc.json
index e551ef6b..cc4c675d 100644
--- a/doc/.stylelintrc.json
+++ b/doc/.stylelintrc.json
@@ -1,5 +1,5 @@
{
- "extends": "/usr/lib/node_modules/stylelint-config-standard",
+ "extends": "stylelint-config-standard",
"rules": {
"color-hex-case": "upper",
"selector-list-comma-newline-after": "always-multi-line"