From 290fefe6f8e47c2f35a9d857749c1e5166d9288b Mon Sep 17 00:00:00 2001 From: Tom Carrick Date: Sun, 19 Apr 2026 11:54:02 +0300 Subject: Fixed #35007 -- Replaced ESLint with Biome for JavaScript linting and formatting. --- .pre-commit-config.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc7a5c279a..1ff0337849 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,10 +20,6 @@ repos: rev: 7.3.0 hooks: - id: flake8 - - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.39.1 - hooks: - - id: eslint - repo: https://github.com/biomejs/pre-commit rev: v2.4.12 hooks: -- cgit v1.3