chore: configure root eslint with react and tanstack router rules

This commit is contained in:
lila 2026-03-21 19:32:38 +01:00
parent 88ad6ff276
commit 2025cc7298
22 changed files with 664 additions and 485 deletions

View file

@ -10,16 +10,17 @@
},
"dependencies": {
"@glossa/shared": "workspace:*",
"@tanstack/react-router": "^1.168.1",
"@tanstack/react-router-devtools": "^1.166.10",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tanstack/router-plugin": "^1.167.2",
"@types/node": "^24.12.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"jsdom": "^29.0.1",
"vite": "^8.0.1"
}