General
PromptBeginner5 minmarkdown
Untitled Skill
190
1. `just lint` — ESLint passes
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
Run all validation checks before committing:
just lint — ESLint passesjust typecheck — TypeScript compiles with no errorsjust test — All unit tests passReport results. If anything fails, diagnose and fix before proceeding.