We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c0d2d commit f56e738Copy full SHA for f56e738
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# Hooks that are run everywhere
3
- - repo: https://github.com/pre-commit/mirrors-prettier
4
- rev: v4.0.0-alpha.8 # Only update together with the pre-commit yaml in the tempalate!
+ - repo: https://github.com/rbubley/mirrors-prettier
+ rev: v3.4.2 # Only update together with the pre-commit yaml in the tempalate!
5
hooks:
6
- id: prettier
7
# Hooks that are run for scripts
0 commit comments