Skip to content

Commit 86c71d5

Browse files
committed
Hold back eslint upgrade pending compatibility with v9
1 parent cae3636 commit 86c71d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ repos:
7070

7171
# Lint: JS code
7272
- repo: https://github.com/pre-commit/mirrors-eslint
73-
rev: "v9.21.0" # Use the sha / tag you want to point at
73+
rev: "v8.56.0"
7474
hooks:
7575
- id: eslint
7676
files: \.jsx?$

0 commit comments

Comments
 (0)