From 8edc4e60efbfd15e05413ac89380c183f4f0d6f9 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 2 Apr 2024 09:26:39 +0200 Subject: [PATCH] Revert eslint bump to v9 alpha --- .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 15c11711..fe91f193 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.0.0-rc.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?$