Skip to content

Commit

Permalink
Merge pull request godotengine#97077 from adamscott/fix-eslint-pre-co…
Browse files Browse the repository at this point in the history
…mmit

Fix eslint .pre-commit-config.yaml by removing commas
  • Loading branch information
akien-mga authored Sep 16, 2024
2 parents a75bace + 89f9b0d commit 99a7a9c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ repos:
entry: eslint
files: ^(platform/web/js/|modules/|misc/dist/html/).*\.(js|html)$
args:
- --fix,
- --no-warn-ignored,
- --no-config-lookup,
- --config,
- platform/web/eslint.config.cjs,
- --fix
- --no-warn-ignored
- --no-config-lookup
- --config
- platform/web/eslint.config.cjs
additional_dependencies:
- '@eslint/js@^9.3.0'
- '@html-eslint/eslint-plugin@^0.24.1'
Expand Down

0 comments on commit 99a7a9c

Please sign in to comment.