Fix lints

This commit is contained in:
2025-10-11 00:35:58 +03:00
Unverified
parent 2b63106248
commit c95538e26c
50 changed files with 505 additions and 515 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
"backend:clean": "rm -rf backend/data",
"frontend:dev": "vite frontend",
"frontend:typecheck": "tsc --project frontend",
"frontend:lint": "eslint frontend/src --ext .js,.jsx,.ts,.tsx",
"frontend:lint": "eslint --config frontend/eslint.config.ts frontend/src --ext .js,.jsx,.ts,.tsx",
"frontend:check": "npm run frontend:lint && npm run frontend:typecheck",
"frontend:build": "npm run frontend:check && vite build frontend",
"frontend:electron:dev": "VITE_ELECTRON=true npm run frontend:dev",