Skip to content

Commit 99a7a9c

Browse files
authored
Merge pull request #97077 from adamscott/fix-eslint-pre-commit
Fix eslint .pre-commit-config.yaml by removing commas
2 parents a75bace + 89f9b0d commit 99a7a9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ repos:
9797
entry: eslint
9898
files: ^(platform/web/js/|modules/|misc/dist/html/).*\.(js|html)$
9999
args:
100-
- --fix,
101-
- --no-warn-ignored,
102-
- --no-config-lookup,
103-
- --config,
104-
- platform/web/eslint.config.cjs,
100+
- --fix
101+
- --no-warn-ignored
102+
- --no-config-lookup
103+
- --config
104+
- platform/web/eslint.config.cjs
105105
additional_dependencies:
106106
- '@eslint/js@^9.3.0'
107107
- '@html-eslint/eslint-plugin@^0.24.1'

0 commit comments

Comments
 (0)