diff options
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/frontend/package.json b/frontend/package.json index c198fb3..fbd9ec6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,7 +7,7 @@ "build": "react-router build", "check": "npm run check:biome && npm run check:ts && npm run check:eslint", "check:biome": "biome check --write", - "check:eslint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .", + "check:eslint": "eslint --cache --cache-location ./node_modules/.cache/eslint .", "check:ts": "react-router typegen && tsc", "dev": "react-router dev", "openapi-typescript": "openapi-typescript --output ./app/api/schema.d.ts ../openapi/api-server.yaml", @@ -37,25 +37,24 @@ }, "devDependencies": { "@biomejs/biome": "^1.9.4", + "@eslint/js": "^9.22.0", "@react-router/dev": "^7.3.0", "@tailwindcss/postcss": "^4.0.12", "@tailwindcss/vite": "^4.0.12", "@types/node": "^22.13.10", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", - "@typescript-eslint/eslint-plugin": "^6.21.0", - "@typescript-eslint/parser": "^6.21.0", - "eslint": "^8.57.1", - "eslint-import-resolver-typescript": "^3.8.3", - "eslint-plugin-import": "^2.31.0", + "eslint": "^9.22.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.4", - "eslint-plugin-react-hooks": "^4.6.2", + "eslint-plugin-react-hooks": "^5.2.0", + "globals": "^16.0.0", "openapi-typescript": "^7.6.1", "react-router-devtools": "^1.1.0", "shiki-codegen": "^3.1.0", "tailwindcss": "^4.0.12", "typescript": "^5.8.2", + "typescript-eslint": "^8.26.0", "vite": "^6.1.1", "vite-tsconfig-paths": "^5.1.4" }, |
