Skip to content

Commit e0c29a5

Browse files
authored
Update .pre-commit-config.yaml
1 parent 2e93802 commit e0c29a5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
repos:
2-
- repo: https://github.com/pre-commit/mirrors-prettier
3-
rev: "v3.0.0-alpha.4" # Use the sha or tag you want to point at
4-
hooks:
5-
- id: prettier
6-
files: ".*.(json|js|css)"
7-
8-
2+
- repo: https://github.com/pre-commit/mirrors-prettier
3+
rev: v3.0.0
4+
hooks:
5+
- id: prettier
6+
files: \.(json|js|css)$
7+
additional_dependencies: ['prettier@3.0.0']
8+
args: ['--config', '.prettierrc', '--ignore-path', '.prettierignore']

0 commit comments

Comments
 (0)