diff options
| author | Tom Carrick <tom@carrick.eu> | 2026-04-19 11:54:02 +0300 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-04-19 13:45:56 +0300 |
| commit | 290fefe6f8e47c2f35a9d857749c1e5166d9288b (patch) | |
| tree | 02c3eb6db726d78174d33c254fed0368facea572 /.pre-commit-config.yaml | |
| parent | 3af5cb17b83eaaea6d4def494269694c009d89c5 (diff) | |
Fixed #35007 -- Replaced ESLint with Biome for JavaScript linting and formatting.
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
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: |
