Skip to content

Commit 15b7a01

Browse files
committed
vscode settings update
1 parent cfe9226 commit 15b7a01

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.organizeImports": false,
4-
"source.fixAll.eslint": true
3+
"source.organizeImports": "never",
4+
"source.fixAll.eslint": "explicit"
55
},
66
"editor.defaultFormatter": "esbenp.prettier-vscode",
77
"editor.tabSize": 2,
@@ -11,4 +11,3 @@
1111
"files.eol": "\n",
1212
"typescript.tsdk": "node_modules\\typescript\\lib"
1313
}
14-

0 commit comments

Comments
 (0)