chore: ask AI not to add useless comments

This commit is contained in:
Vladimir Sheremet 2025-10-24 15:57:00 +02:00
parent 622977e61e
commit 97468e8d6e
No known key found for this signature in database
GPG Key ID: 93194F2C8E1F350B

View File

@ -81,6 +81,7 @@ Vitest is a next-generation testing framework powered by Vite. This is a monorep
- ESM-first approach
- Follow existing patterns in the codebase
- Use utilities from `@vitest/utils/*` when available. Never import from `@vitest/utils` main entry point directly.
- Do not add comments explaining what the line does unless prompted to.
## Common Workflows