Skip to content

Commit f5be2af

Browse files
authored
Update .pre-commit-config.yaml
1 parent 4632316 commit f5be2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ repos:
33
rev: v3.0.0
44
hooks:
55
- id: prettier
6-
files: "./**/*.{js,css,json,scss}"
6+
files: ".*.(json|js|css)"
77
additional_dependencies: ['[email protected]']
88
args: ['--config', '.prettierrc', '--ignore-path', '.prettierignore']

0 commit comments

Comments
 (0)