Add Husky pre-commit with eslint and Sentry env convention (M0).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Mauricio Barragan
2026-06-10 23:51:52 -06:00
parent fbfa6e3ba6
commit b5ff33d716
7 changed files with 2191 additions and 3 deletions
+7
View File
@@ -343,6 +343,13 @@ Eso no indica que el bot “no funcione”: indica que el filtro económico es e
---
## Production practices
- **Pre-commit:** Husky runs lint-staged (`eslint --fix`, `prettier --write`) on staged `*.ts` / `*.tsx` in `src/` and `web/src/`.
- **Observability:** Sentry planned — set `SENTRY_DSN` in `.env` after creating the `arbpulse` project in Sentry.
---
## Licencia
MIT — ver archivo `LICENSE` cuando se añada al repositorio.