Aventuras/lefthook.yml
failerko a4ae3bbf01
fix: prettier, eslint, pipeline (#71)
* fix: prettier, eslint, pipeline

* fix: eslintignore, branch trigger

* fix: eslint missing package

* chore: format

* fix: eslint config

* chore: lint wip

* chore: lint

* chore: lint

* chore: typecheck wip

* fix: typecheck

* fix: typecheck

* fix: pipeline: add build step

* feat: pre-push code quality check
2026-02-06 00:49:36 +01:00

6 lines
92 B
YAML

pre-push:
commands:
lint:
run: npm run lint
check:
run: npm run check