Skip to content

Commit d58e7b2

Browse files
committed
chore: change vscode settings
1 parent 22cc645 commit d58e7b2

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
@@ -4,8 +4,8 @@
44
"editor.formatOnSave": true,
55
"editor.formatOnSaveMode": "file",
66
"editor.codeActionsOnSave": {
7-
"source.fixAll": true,
8-
"source.fixAll.eslint": true
7+
"source.fixAll": "explicit",
8+
"source.fixAll.eslint": "explicit"
99
},
1010
"editor.fontLigatures": false,
1111
"workbench.editor.highlightModifiedTabs": true,

0 commit comments

Comments
 (0)