From 398eef9120353f819a11ee9c9906c722a4f4e037 Mon Sep 17 00:00:00 2001 From: krmax44 Date: Mon, 28 Apr 2025 17:27:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20remove=20unneeded=20eslint=20fro?= =?UTF-8?q?m=20pre-commit=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b78af5..7b2f8ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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