mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 06:03:09 +00:00
Merge pull request #97077 from adamscott/fix-eslint-pre-commit
Some checks are pending
🔗 GHA / 📊 Static checks (push) Waiting to run
🔗 GHA / 🤖 Android (push) Blocked by required conditions
🔗 GHA / 🍏 iOS (push) Blocked by required conditions
🔗 GHA / 🐧 Linux (push) Blocked by required conditions
🔗 GHA / 🍎 macOS (push) Blocked by required conditions
🔗 GHA / 🏁 Windows (push) Blocked by required conditions
🔗 GHA / 🌐 Web (push) Blocked by required conditions
🔗 GHA / 🪲 Godot CPP (push) Blocked by required conditions
Some checks are pending
🔗 GHA / 📊 Static checks (push) Waiting to run
🔗 GHA / 🤖 Android (push) Blocked by required conditions
🔗 GHA / 🍏 iOS (push) Blocked by required conditions
🔗 GHA / 🐧 Linux (push) Blocked by required conditions
🔗 GHA / 🍎 macOS (push) Blocked by required conditions
🔗 GHA / 🏁 Windows (push) Blocked by required conditions
🔗 GHA / 🌐 Web (push) Blocked by required conditions
🔗 GHA / 🪲 Godot CPP (push) Blocked by required conditions
Fix eslint .pre-commit-config.yaml by removing commas
This commit is contained in:
commit
99a7a9ccd6
@ -97,11 +97,11 @@ repos:
|
|||||||
entry: eslint
|
entry: eslint
|
||||||
files: ^(platform/web/js/|modules/|misc/dist/html/).*\.(js|html)$
|
files: ^(platform/web/js/|modules/|misc/dist/html/).*\.(js|html)$
|
||||||
args:
|
args:
|
||||||
- --fix,
|
- --fix
|
||||||
- --no-warn-ignored,
|
- --no-warn-ignored
|
||||||
- --no-config-lookup,
|
- --no-config-lookup
|
||||||
- --config,
|
- --config
|
||||||
- platform/web/eslint.config.cjs,
|
- platform/web/eslint.config.cjs
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- '@eslint/js@^9.3.0'
|
- '@eslint/js@^9.3.0'
|
||||||
- '@html-eslint/eslint-plugin@^0.24.1'
|
- '@html-eslint/eslint-plugin@^0.24.1'
|
||||||
|
Loading…
Reference in New Issue
Block a user