Skip to content

Commit 0bcee4b

Browse files
Update stylelint feature to v2.0.0
- configures “on save” action to fix what can be fixed
1 parent 8db5a2a commit 0bcee4b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/stylelint/devcontainer-feature.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "Stylelint",
33
"id": "stylelint",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"description": "Install and configure Stylelint's official Visual Studio Code extension.",
66
"customizations": {
77
"vscode": {
88
"extensions": ["stylelint.vscode-stylelint"],
99
"settings": {
10+
"editor.codeActionsOnSave": {
11+
"source.fixAll.stylelint": "explicit"
12+
},
1013
"css.validate": false,
1114
"less.validate": false,
1215
"scss.validate": false,

0 commit comments

Comments
 (0)