We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d134662 commit 15cdc4dCopy full SHA for 15cdc4d
.pre-commit-config.yaml
@@ -81,17 +81,9 @@ repos:
81
additional_dependencies:
82
- "prettier@2.7.1"
83
- "@prettier/plugin-xml@2.2.0"
84
-<<<<<<< before updating
85
- args:
86
- - --plugin=@prettier/plugin-xml
87
- files: \.(css|htm|html|js|json|jsx|less|md|scss|toml|ts|xml|yaml|yml)$
88
# For ebill_postfinance don't format the message template files
89
exclude: /messages/.*\.xml$|/components/wsdl/.*\.xml$|/tests/examples/.*\.xml$
90
- - repo: https://github.com/pre-commit/mirrors-eslint
91
- rev: v8.24.0
92
-=======
93
- repo: local
94
->>>>>>> after updating
95
hooks:
96
- id: eslint
97
name: eslint
0 commit comments