Skip to content

Commit

Permalink
fixing eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhitestratiform committed Apr 9, 2024
1 parent d88690d commit 6b2c914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ repos:
hooks:
- id: check-added-large-files
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.12.0
rev: v8.56.0
hooks:
- id: eslint
files: '\.[jt]sx?$' # *.js, *.jsx, *.ts and *.tsx
types: [file]
additional_dependencies:
- "eslint"
- "eslint@8.56.0"
- "@typescript-eslint/parser"
- "@typescript-eslint/eslint-plugin"
- "eslint-plugin-jest"
Expand Down

0 comments on commit 6b2c914

Please sign in to comment.