vibetunnel/CLAUDE.md
Mario Zechner 1a08d4603a Remove lint_output.txt and add to gitignore
- Removed lint_output.txt from git tracking
- Added lint_output.txt to .gitignore to prevent future commits

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-19 00:57:31 +02:00

6 lines
No EOL
510 B
Markdown

- Never commit and/or push before the user has tested your changes!
- You do not need to manually build the web project, the user has npm run dev running in a separate terminal
- Never screenshot via puppeteer. always query the DOM to see what's what.
- NEVER EVER USE SETTIMEOUT FOR ANYTHING IN THE FRONTEND UNLESS EXPLICITELY PERMITTED
- npm run lint in web/ before commit and fix the issues.
- Always fix import issues, always fix all lint issues, always typecheck and fix type issues even in unrelated code