webzone/velociraptor.yaml

8 lines
126 B
YAML

scripts:
lint: deno lint
format: deno fmt
pre-commit:
cmd:
- vr lint
- vr format
gitHook: pre-commit