chore: fix lint baseline

This commit is contained in:
Federico Jaramillo Martinez
2026-05-07 23:43:10 +02:00
parent 1840ab3d7e
commit ef63a7a063
12 changed files with 66 additions and 34 deletions
+1
View File
@@ -12,6 +12,7 @@
"build": "tsc && vite build",
"typecheck": "tsc --noEmit",
"lint": "eslint \"src/**/*.ts\" vite.config.ts",
"verify": "npm run typecheck && npm run lint",
"start": "tsx src/server/index.ts",
"start:sessiond": "tsx src/server/sessiond.ts"
},