We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe9226 commit 15b7a01Copy full SHA for 15b7a01
.vscode/settings.json
@@ -1,7 +1,7 @@
1
{
2
"editor.codeActionsOnSave": {
3
- "source.organizeImports": false,
4
- "source.fixAll.eslint": true
+ "source.organizeImports": "never",
+ "source.fixAll.eslint": "explicit"
5
},
6
"editor.defaultFormatter": "esbenp.prettier-vscode",
7
"editor.tabSize": 2,
@@ -11,4 +11,3 @@
11
"files.eol": "\n",
12
"typescript.tsdk": "node_modules\\typescript\\lib"
13
}
14
-
0 commit comments