chore: Exclude translation files from pre commit prettier

This commit is contained in:
Georg Krause 2022-11-28 20:12:28 +01:00
parent 2c3ba1254c
commit fc74e0011b
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ repos:
hooks:
- id: prettier
files: \.(md|yml|yaml|json)$
exclude: ^(front/src/locales.*)
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2