We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a75bace + 89f9b0d commit 99a7a9cCopy full SHA for 99a7a9c
.pre-commit-config.yaml
@@ -97,11 +97,11 @@ repos:
97
entry: eslint
98
files: ^(platform/web/js/|modules/|misc/dist/html/).*\.(js|html)$
99
args:
100
- - --fix,
101
- - --no-warn-ignored,
102
- - --no-config-lookup,
103
- - --config,
104
- - platform/web/eslint.config.cjs,
+ - --fix
+ - --no-warn-ignored
+ - --no-config-lookup
+ - --config
+ - platform/web/eslint.config.cjs
105
additional_dependencies:
106
- '@eslint/js@^9.3.0'
107
- '@html-eslint/eslint-plugin@^0.24.1'
0 commit comments