project: add eslint

This commit is contained in:
2025-09-25 15:11:14 +02:00
parent 7950e6761c
commit 08c93cdbc8
8 changed files with 1271 additions and 4 deletions

View File

@@ -26,12 +26,14 @@
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
"@tanstack/eslint-config": "^0.3.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.36.0",
"jsdom": "^26.0.0",
"prettier": "^3.6.2",
"typescript": "^5.7.2",