We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4632316 commit f5be2afCopy full SHA for f5be2af
.pre-commit-config.yaml
@@ -3,6 +3,6 @@ repos:
3
rev: v3.0.0
4
hooks:
5
- id: prettier
6
- files: "./**/*.{js,css,json,scss}"
+ files: ".*.(json|js|css)"
7
additional_dependencies: ['[email protected]']
8
args: ['--config', '.prettierrc', '--ignore-path', '.prettierignore']
0 commit comments