Update .cursor/rules/global.mdc

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
dal 2025-07-03 14:29:31 -07:00 committed by GitHub
parent 6472734872
commit f82177156d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ NEVER proactively create documentation files (*.md) or README files. Only create
### Linting Rules
- Always use `pnpm run check` or `pnpm run check:fix`
- **Rule: `i dont' want caldue to ever run a biome lint fix only biome lint`**
- **Rule: `I don't want Claude to ever run a biome lint fix only biome lint`**
- This means ONLY use `pnpm run check` (linting without auto-fixing)
- Do NOT use `pnpm run check:fix`
- Claude should understand to ONLY run lint checks, never auto-fix