<h1 align="center">
<a href="https://prompts.chat">
assert_lefthook_installed: true
Loading actions...
<a href="https://prompts.chat">
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 linting, type safety, or ESLint configuration.
risks
assert_lefthook_installed: true
output:
- meta # Print lefthook version
- summary # Print summary block (successful and failed steps)
- empty_summary # Print summary heading when there are no steps to run
- success # Print successful steps
- failure # Print failed steps printing
- execution # Print any execution logs (but prints if the execution failed)
- execution_out # Print execution output (but still prints failed commands output)
- execution_info # Print EXECUTE > ... logging
- skips # Print "skip" (i.e. no files matched)
pre-push: follow: true parallel: true jobs: - name: 'Typecheck' run: pnpm run typecheck:all fail_text: | š” To catch typechecking issues earlier, enable the pre-commit hook: cp lefthook-local.example.yml lefthook-local.yml
- name: 'Lint'
run: pnpm run lint:all
fail_text: |
š” To catch linting issues earlier, enable the pre-commit hook:
cp lefthook-local.example.yml lefthook-local.yml
- name: 'Build'
run: pnpm run build:all
fail_text: |
š” To catch build issues earlier, enable the pre-commit hook:
cp lefthook-local.example.yml lefthook-local.yml