fix eslint
This commit is contained in:
parent
6b431426ff
commit
457698695c
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -13,5 +13,7 @@
|
||||
"[\"'`]([^\"'`]*).*?[\"'`]"
|
||||
]
|
||||
],
|
||||
"eslint.workingDirectories": ["web"]
|
||||
// "eslint.workingDirectories": [
|
||||
// { "mode": "auto" }
|
||||
// ],
|
||||
}
|
||||
|
@ -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",
|
||||
|
BIN
web/bun.lockb
BIN
web/bun.lockb
Binary file not shown.
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user