Add vscode format settings
This commit is contained in:
parent
77ce27f45f
commit
0c4243d908
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"editor.tabSize": 2,
|
||||
"javascript.format.semicolons": "remove",
|
||||
"typescript.format.semicolons": "remove",
|
||||
"typescript.preferences.quoteStyle": "single",
|
||||
"vetur.format.defaultFormatter.js": "vscode-typescript",
|
||||
"vetur.format.defaultFormatter.ts": "vscode-typescript"
|
||||
}
|
|
@ -12,7 +12,7 @@
|
|||
"@headlessui/react": "1.4.2",
|
||||
"@heroicons/react": "1.0.5",
|
||||
"chart.js": "3.6.1",
|
||||
"clsx": "^1.1.1",
|
||||
"clsx": "1.1.1",
|
||||
"daisyui": "1.16.2",
|
||||
"firebase": "9.6.0",
|
||||
"next": "12.0.4",
|
||||
|
|
Loading…
Reference in New Issue
Block a user