Skip to content

Commit

Permalink
保存時整形の旧オプションを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Dec 20, 2023
1 parent a63ef3a commit a33a867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"[css]": {
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
"source.fixAll.stylelint": "explicit"
}
},
"scss.validate": false,
"[scss]": {
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
"source.fixAll.stylelint": "explicit"
}
},
"postcss.validate": false,
"[postcss]": {
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
"source.fixAll.stylelint": "explicit"
}
},
"stylelint.validate": ["css", "scss", "postcss"],
Expand Down

0 comments on commit a33a867

Please sign in to comment.