Skip to content

Commit 4632316

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
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: \.(json|js|css)$
6+
files: "./**/*.{js,css,json,scss}"
77
additional_dependencies: ['prettier@3.0.0']
88
args: ['--config', '.prettierrc', '--ignore-path', '.prettierignore']

0 commit comments

Comments
 (0)