Add vscode format settings

This commit is contained in:
jahooma 2021-12-10 12:06:51 -06:00
parent 77ce27f45f
commit 0c4243d908
2 changed files with 9 additions and 1 deletions

8
.vscode/settings.json vendored Normal file
View 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"
}

View File

@ -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",