General
PromptBeginner5 minmarkdown
Untitled Skill
193
pre-commit:
Loading actions...
Main instructions and any bundled files for this skill.
pre-commit: parallel: true jobs: - name: 'Typecheck' run: pnpm typecheck:all
- name: 'Lint Fix & Format'
run: pnpm lint:fix:all
stage_fixed: true
post-checkout: jobs: - name: 'Install Dependencies' run: pnpm install
post-merge: jobs: - name: 'Install Dependencies' run: pnpm install
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