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:
Dunedan 2025-06-11 10:02:34 +02:00
parent 994645930c
commit 638d4d28d2
No known key found for this signature in database
GPG key ID: 885B16854284E0B2

View file

@ -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: