diff options
author | David Robillard <d@drobilla.net> | 2023-05-05 07:11:14 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-05-05 07:11:14 -0400 |
commit | 910991a1ddf4e704f139ad1e919912d5c58e578e (patch) | |
tree | 99c05567de4e0399084fbaf06b020391837bfc3b /doc/.stylelintrc.json | |
parent | 48e7e0d3cdba40a5f742fab218c69bcb068569c3 (diff) | |
download | serd-910991a1ddf4e704f139ad1e919912d5c58e578e.tar.gz serd-910991a1ddf4e704f139ad1e919912d5c58e578e.tar.bz2 serd-910991a1ddf4e704f139ad1e919912d5c58e578e.zip |
Fix stylelint issues
Diffstat (limited to 'doc/.stylelintrc.json')
-rw-r--r-- | doc/.stylelintrc.json | 2 |
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" |