Skip to content

Commit

Permalink
Fix precommit for ebill_postfinance
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Sep 17, 2024
1 parent 52a5691 commit 6668cfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ repos:
args:
- --plugin=@prettier/plugin-xml
files: \.(css|htm|html|js|json|jsx|less|md|scss|toml|ts|xml|yaml|yml)$
# For ebill_postfinance don't format the message template files
exclude: /messages/.*\.xml$|/components/wsdl/.*\.xml$|/tests/examples/.*\.xml$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.24.0
hooks:
Expand Down

0 comments on commit 6668cfb

Please sign in to comment.