pinecrypt-gateway-frontend/.pre-commit-config.yaml

14 lines
302 B
YAML
Raw Normal View History

2021-05-27 10:15:46 +00:00
repos:
- repo: https://github.com/jorisroovers/gitlint
rev: v0.15.1
hooks:
- id: gitlint
- repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs
rev: v1.1.1
hooks:
- id: htmlhint
args: [--config, .htmlhintrc]
- id: htmllint
- id: dockerfile_lint