Skip to content

Commit 3121fcf

Browse files
committed
chore: update VSCode settings to use explicit code actions on save
1 parent 5dc999f commit 3121fcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"editor.wordWrap": "wordWrapColumn",
2828
"editor.wordWrapColumn": 120,
2929
"editor.codeActionsOnSave": {
30-
"source.fixAll": true
30+
"source.fixAll": "explicit"
3131
}
3232
},
3333
"search.exclude": {
3434
"docs": true
3535
},
3636
"typescript.tsdk": "node_modules/typescript/lib",
3737
"editor.codeActionsOnSave": {
38-
"source.fixAll.eslint": true
38+
"source.fixAll.eslint": "explicit"
3939
}
4040
}

0 commit comments

Comments
 (0)