dominoclock/.pre-commit-config.yaml

7 lines
199 B
YAML
Raw Permalink Normal View History

2021-11-17 00:45:48 +00:00
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.4.1" # Use the sha / tag you want to point at
hooks:
- id: prettier
exclude: "index.html"