feat(.cursor): Add whisper-money rule configuration

This commit is contained in:
Víctor Falcón 2025-12-01 15:19:41 +01:00
parent 2fefb64710
commit e80647dc13
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
alwaysApply: true
---
# After each change
- Make sure that CI steps are passing (`.github/workflows/ci.yml`).
- bun install --frozen-lockfile
- composer install --no-interaction --prefer-dist --optimize-autoloader
- bun run build
- ./vendor/bin/pest
- vendor/bin/pint --test
- bun run format
- bun run lint