Skip to content

Commit

Permalink
fix: don't upgrade to alpha version of prettier pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dupuy authored May 3, 2024
1 parent 16ec73d commit 06d475b
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 @@ -99,7 +99,7 @@ repos:

# Global
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
rev: v3.1.0
hooks:
- id: prettier
args: [--single-quote]
Expand Down

0 comments on commit 06d475b

Please sign in to comment.