fix: add prettier.json checks to pre-commit

update files against new pre-commit check for json
This commit is contained in:
mauvehed 2023-07-30 18:35:21 -05:00
parent e83160e99f
commit 8c0fea059f
53 changed files with 1422 additions and 1446 deletions

View file

@ -23,9 +23,10 @@ repos:
# hooks:
# - id: jekyll-relative-url-check-html
# - id: jekyll-relative-url-check-markdown
#- repo: https://github.com/pre-commit/mirrors-prettier
# rev: v2.7.1
# hooks:
# - id: prettier
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
hooks:
- id: prettier
types: [json]
ci:
autofix_prs: false