Skip to content

Commit b1b557b

Browse files
committed
chore(vscode/settings): fix changes with vscode version
1 parent 303277c commit b1b557b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"javascript.format.enable": false,
66
"typescript.format.enable": false,
77
"editor.codeActionsOnSave": {
8-
"source.fixAll.eslint": true
8+
"source.fixAll.eslint": "explicit"
99
},
1010
}

0 commit comments

Comments
 (0)