We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391ac62 commit cca97baCopy full SHA for cca97ba
.vscode/settings.json
@@ -1,6 +1,6 @@
1
{
2
"editor.codeActionsOnSave": {
3
- "source.fixAll": true
+ "source.fixAll": "explicit"
4
},
5
"editor.formatOnSave": true,
6
"eslint.validate": ["javascript", "typescript"]
tsconfig.json
@@ -10,6 +10,6 @@
10
"isolatedModules": true,
11
"allowSyntheticDefaultImports": true,
12
"skipLibCheck": true,
13
- "baseUrl": "."
14
- }
+ "baseUrl": ".",
+ },
15
}
0 commit comments