mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Use the official eslint pre-commit hook
Recently eslint added official support for pre-commit, so let's use their official pre-commit hook instead of a third-party one.
This commit is contained in:
parent
994645930c
commit
638d4d28d2
1 changed files with 1 additions and 2 deletions
|
|
@ -73,13 +73,12 @@ repos:
|
|||
- id: yamllint
|
||||
args:
|
||||
- --strict
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
- repo: https://github.com/eslint/eslint
|
||||
rev: v9.27.0
|
||||
hooks:
|
||||
- id: eslint
|
||||
language_version: 22.14.0
|
||||
additional_dependencies:
|
||||
- eslint@9.27.0
|
||||
- eslint-plugin-brace-rules@0.1.6
|
||||
- "@stylistic/eslint-plugin@4.4.0"
|
||||
args:
|
||||
|
|
|
|||
Loading…
Reference in a new issue