Skip to content

Commit

Permalink
Pin eslint in precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Nov 9, 2023
1 parent d1474c2 commit 023b273
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repos:
types: [file]
additional_dependencies:
- '[email protected]'
- '@typescript-eslint/eslint-plugin'
- '@typescript-eslint/parser'
- 'eslint-plugin-prettier'
- 'eslint-config-prettier'
- '@typescript-eslint/eslint-plugin@5.55.0'
- '@typescript-eslint/parser@5.55.0'
- 'eslint-plugin-prettier@4.2.1'
- 'eslint-config-prettier@8.7.0'

0 comments on commit 023b273

Please sign in to comment.