Skip to content

Commit 5feb276

Browse files
Remove on-save configuration
It doesn’t seem to work in practice.
1 parent 0bcee4b commit 5feb276

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/stylelint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/stylelint/devcontainer-feature.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
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,

0 commit comments

Comments
 (0)