diff --git a/.eslintrc.json b/.eslintrc.json index bffb357..b2d1bb5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,5 @@ { - "extends": "next/core-web-vitals" + "extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"], + "parser": "@typescript-eslint/parser", + "plugins": ["@typescript-eslint"] } diff --git a/bun.lockb b/bun.lockb index dd12f05..8c08344 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b6c3bf4..0ac24c7 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,10 @@ "@types/node": "^22", "@types/react": "^18", "@types/react-dom": "^18", - "eslint": "^9.11.1", + "@typescript-eslint/eslint-plugin": "^8.8.1", + "@typescript-eslint/parser": "^8.8.1", + "eslint": "^8", + "eslint-config-next": "^14.2.15", "postcss": "^8", "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.6.5",