amqplib
Version:
An AMQP 0-9-1 (e.g., RabbitMQ) library and client.
18 lines (17 loc) • 386 B
YAML
pre-commit:
commands:
format:
glob: "**/*.js"
exclude:
- "test/*.js"
run: npx biome format {staged_files} --write
stage_fixed: true
lint:
glob: "**/*.js"
run: npx biome lint {staged_files} --write
stage_fixed: true
typecheck:
glob: "{**/*.d.ts,types/*.ts}"
run: npm run typecheck
test:
run: npm test