diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..03824b3c --- /dev/null +++ b/.vscode/settings.json @@ -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" +} \ No newline at end of file diff --git a/web/package.json b/web/package.json index 0be6979f..3ff7cbff 100644 --- a/web/package.json +++ b/web/package.json @@ -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",