Skip to content

Commit 194b6cb

Browse files
committed
add: prettier config
1 parent bf10725 commit 194b6cb

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
@@ -40,3 +40,9 @@ repos:
4040
- yaml
4141
additional_dependencies:
4242
- tomli
43+
44+
- repo: https://github.com/pre-commit/mirrors-prettier
45+
rev: v3.1.0
46+
hooks:
47+
- id: prettier
48+
types_or: [yaml, html, css, scss, javascript, json, toml]

0 commit comments

Comments
 (0)