More styling for linter, more better code

This commit is contained in:
Simon Lübeß
2025-05-23 13:56:34 +02:00
parent 3e7b04df1c
commit a0c232e052
9 changed files with 254 additions and 1108 deletions

View File

@ -15,6 +15,8 @@
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@stylistic/eslint-plugin": "^4.2.0",
"@types/node": "^20",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
@ -24,7 +26,6 @@
"globals": "^16.0.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5",
"@types/node": "^20"
"vite": "^6.3.5"
}
}
}