Skip to content

Commit db221d5

Browse files
committed
feat: add prettier to the .pre-commit-config.yaml
1 parent dfbe1b3 commit db221d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ repos:
3030
args: ["--all-features", "--", "--write"]
3131
- id: cargo-check
3232

33+
- repo: https://github.com/pre-commit/mirrors-prettier
34+
rev: v2.6.0
35+
hooks:
36+
- id: prettier
37+
3338
- repo: https://github.com/commitizen-tools/commitizen
3439
rev: v4.8.2
3540
hooks:

0 commit comments

Comments
 (0)