Skip to content

Commit

Permalink
Try out eslint version upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikuoja committed Nov 21, 2023
1 parent 92a4b58 commit 735ce76
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,17 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.5.0
rev: v8.54.0
hooks:
- id: eslint
additional_dependencies:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- "@typescript-eslint/[email protected]"
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- "@typescript-eslint/[email protected]"
- "@typescript-eslint/[email protected]"
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
types: [file]
Expand Down

0 comments on commit 735ce76

Please sign in to comment.