7 lines
199 B
YAML
7 lines
199 B
YAML
|
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"
|