Skip to content

Commit cca97ba

Browse files
committed
update formatting
1 parent 391ac62 commit cca97ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll": true
3+
"source.fixAll": "explicit"
44
},
55
"editor.formatOnSave": true,
66
"eslint.validate": ["javascript", "typescript"]

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"isolatedModules": true,
1111
"allowSyntheticDefaultImports": true,
1212
"skipLibCheck": true,
13-
"baseUrl": "."
14-
}
13+
"baseUrl": ".",
14+
},
1515
}

0 commit comments

Comments
 (0)