Skip to content

Commit

Permalink
Hold back eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 8, 2024
1 parent 6a12703 commit d702e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ repos:

# Lint: JS code
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v9.6.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?$
Expand Down

0 comments on commit d702e1a

Please sign in to comment.