fix linting and linting errors. remove unused svelte prop

This commit is contained in:
peterkogo
2025-06-11 15:30:28 +02:00
parent 3d2205a781
commit 33b7a47dd7
8 changed files with 952 additions and 979 deletions

View File

@@ -14,8 +14,8 @@
"devDependencies": {
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/kit": "^2.20.7",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-svelte": "^3.5.1",