From 74dc1c4006492b645dc0da3990a36a669ebbfae3 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 7 May 2024 07:40:56 +0200 Subject: [PATCH] Revert not-yet-functional eslint bump --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e97a9fa5..dcd98d97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,7 +70,7 @@ repos: # Lint: JS code - repo: https://github.com/pre-commit/mirrors-eslint - rev: "v9.2.0" # Use the sha / tag you want to point at + rev: "v8.56.0" # Use the sha / tag you want to point at hooks: - id: eslint files: \.jsx?$