🔧 remove unneeded eslint from pre-commit config

This commit is contained in:
krmax44 2025-04-28 17:27:52 +02:00
parent f176380761
commit 398eef9120
No known key found for this signature in database
GPG key ID: 5C499A4F4EC4EE03

View file

@ -11,14 +11,3 @@ repos:
hooks:
- id: djlint-reformat-django
- id: djlint-django
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.9.1
hooks:
- id: eslint
files: \.(js|ts|vue)?$
types: [file]
args: [--no-warn-ignored]
entry: npx eslint
additional_dependencies:
- okfde/eslint-config-froide