diff --git a/.vscode/settings.json b/.vscode/settings.json index fb52ab5..af05fc7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,5 +13,7 @@ "[\"'`]([^\"'`]*).*?[\"'`]" ] ], - "eslint.workingDirectories": ["web"] + // "eslint.workingDirectories": [ + // { "mode": "auto" } + // ], } diff --git a/web/.eslintrc.js b/web/.eslintrc.js index 706f9e8..ed87c90 100644 --- a/web/.eslintrc.js +++ b/web/.eslintrc.js @@ -4,6 +4,7 @@ module.exports = { extends: [ // "plugin:playwright/playwright-test", "next", + // "next/core-web-vitals", "plugin:prettier/recommended", // "turbo", // "plugin:you-dont-need-lodash-underscore/compatible-warn", diff --git a/web/bun.lockb b/web/bun.lockb index 6e02745..1fa660a 100755 Binary files a/web/bun.lockb and b/web/bun.lockb differ diff --git a/web/package.json b/web/package.json index 9ff1693..c0e7265 100644 --- a/web/package.json +++ b/web/package.json @@ -30,13 +30,8 @@ "clsx": "^2.0.0", "dayjs": "^1.11.10", "drizzle-orm": "^0.29.1", - "eslint-config-next": "14.0.3", - "eslint-config-prettier": "^8.6.0", - "eslint-config-turbo": "latest", - "eslint-plugin-prettier": "4.2.1", "lucide-react": "^0.294.0", "next": "14.0.3", - "prettier-plugin-tailwindcss": "0.2.5", "react": "^18", "react-dom": "^18", "react-hook-form": "^7.48.2", @@ -45,6 +40,11 @@ "zod": "^3.22.4" }, "devDependencies": { + "eslint-config-next": "^14.0.4", + "eslint-config-prettier": "^8.6.0", + "eslint-config-turbo": "latest", + "eslint-plugin-prettier": "4.2.1", + "prettier-plugin-tailwindcss": "0.2.5", "@trivago/prettier-plugin-sort-imports": "4.1.1", "@types/node": "^20", "@types/react": "^18",