File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Install and configure [Stylelint](https://stylelint.io)'s [official Visual Studi
66
77``` json
88"features" : {
9- "ghcr.io/CargoSense/devcontainer-features/stylelint:1 " : {}
9+ "ghcr.io/CargoSense/devcontainer-features/stylelint:2 " : {}
1010}
1111```
1212
Original file line number Diff line number Diff line change 11{
22 "name" : " Stylelint" ,
33 "id" : " stylelint" ,
4- "version" : " 2.0.0 " ,
4+ "version" : " 2.0.1 " ,
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- },
1310 "css.validate" : false ,
1411 "less.validate" : false ,
1512 "scss.validate" : false ,
You can’t perform that action at this time.
0 commit comments