We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcee4b commit 5feb276Copy full SHA for 5feb276
2 files changed
src/stylelint/README.md
@@ -6,7 +6,7 @@ Install and configure [Stylelint](https://stylelint.io)'s [official Visual Studi
6
7
```json
8
"features": {
9
- "ghcr.io/CargoSense/devcontainer-features/stylelint:1": {}
+ "ghcr.io/CargoSense/devcontainer-features/stylelint:2": {}
10
}
11
```
12
src/stylelint/devcontainer-feature.json
@@ -1,15 +1,12 @@
1
{
2
"name": "Stylelint",
3
"id": "stylelint",
4
- "version": "2.0.0",
+ "version": "2.0.1",
5
"description": "Install and configure Stylelint's official Visual Studio Code extension.",
"customizations": {
"vscode": {
"extensions": ["stylelint.vscode-stylelint"],
"settings": {
- "editor.codeActionsOnSave": {
- "source.fixAll.stylelint": "explicit"
- },
13
"css.validate": false,
14
"less.validate": false,
15
"scss.validate": false,
0 commit comments