We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9650bdf commit ed757f6Copy full SHA for ed757f6
.pre-commit-config.yaml
@@ -90,17 +90,9 @@ repos:
90
additional_dependencies:
91
- "prettier@2.1.2"
92
- "@prettier/plugin-xml@0.12.0"
93
-<<<<<<< before updating
94
- args:
95
- - --plugin=@prettier/plugin-xml
96
- files: \.(css|htm|html|js|json|jsx|less|md|scss|toml|ts|xml|yaml|yml)$
97
# For ebill_paynet don't format the message template files
98
exclude: /messages/.*\.xml$|/components/wsdl/.*\.xml$|/tests/examples/.*\.xml$
99
- - repo: https://github.com/pre-commit/mirrors-eslint
100
- rev: v7.8.1
101
-=======
102
- repo: local
103
->>>>>>> after updating
104
hooks:
105
- id: eslint
106
name: eslint
0 commit comments