Skip to content

Commit 3b5f1e5

Browse files
committed
Add prettier to pre-commit config
1 parent 7ee3644 commit 3b5f1e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ repos:
4848
rev: 24.10.0
4949
hooks:
5050
- id: black
51+
52+
- repo: https://github.com/rbubley/mirrors-prettier
53+
rev: "v3.4.1"
54+
hooks:
55+
- id: prettier
56+
exclude_types: [html, css, javascript, json, scss]

0 commit comments

Comments
 (0)