summaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-16 11:31:50 +0100
committerVolpeon <git@volpeon.ink>2021-11-16 11:31:50 +0100
commit15f22942f1e4a17ac9dcf848f4dc47d9258bb282 (patch)
tree690bc7db5e988358df365dfe59d92d84fc85802a /.stylelintrc.json
parentOptimizations (diff)
downloadvolpeon.ink-15f22942f1e4a17ac9dcf848f4dc47d9258bb282.tar.gz
volpeon.ink-15f22942f1e4a17ac9dcf848f4dc47d9258bb282.tar.bz2
volpeon.ink-15f22942f1e4a17ac9dcf848f4dc47d9258bb282.zip
Get VSCode Stylelint to work again
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
index 82a61ce..f96ade9 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -55,5 +55,11 @@
55 55
56 { "properties": [ "tab-size", "counter-reset", "counter-increment", "resize", "cursor", "pointer-events", "speak", "user-select", "nav-index", "nav-up", "nav-right", "nav-down", "nav-left" ] } 56 { "properties": [ "tab-size", "counter-reset", "counter-increment", "resize", "cursor", "pointer-events", "speak", "user-select", "nav-index", "nav-up", "nav-right", "nav-down", "nav-left" ] }
57 ] 57 ]
58 } 58 },
59 "overrides": [
60 {
61 "files": ["**/*.scss"],
62 "customSyntax": "postcss-scss"
63 }
64 ]
59} 65}