Skip to content

Commit 390b127

Browse files
committed
Process SCSS files with Stylelint in VS Code
1 parent 61d18fd commit 390b127

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.vscode/settings.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,15 @@
99
},
1010
"editor.rulers": [100],
1111
"editor.formatOnSave": true,
12-
"eslint.useFlatConfig": true
12+
"eslint.useFlatConfig": true,
13+
"stylelint.validate": [
14+
"css",
15+
"postcss",
16+
"scss"
17+
],
18+
"stylelint.snippet": [
19+
"css",
20+
"postcss",
21+
"scss"
22+
]
1323
}

0 commit comments

Comments
 (0)