fix login linting

This commit is contained in:
Elio Bischof
2025-07-17 20:36:26 +02:00
parent a053ee802d
commit d1509af1cd
21 changed files with 40 additions and 52 deletions

View File

@@ -22,8 +22,6 @@
"dev": "pnpm exec turbo run dev --no-cache --continue",
"dev:local": "pnpm test:acceptance:setup",
"dev:console": "pnpm exec turbo run start --filter=console",
"lint": "pnpm exec turbo run lint",
"lint:fix": "pnpm exec turbo run lint:fix",
"clean": "pnpm exec turbo run clean && rm -rf node_modules",
"format:fix": "pnpm exec prettier --write \"**/*.{ts,tsx,md}\"",
"format": "pnpm exec prettier --check \"**/*.{ts,tsx,md}\"",