We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d4dd3 commit d1bc3f3Copy full SHA for d1bc3f3
1 file changed
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: end-of-file-fixer
13
exclude: "package-lock\\.json|^\\.idea/"
14
- id: trailing-whitespace
15
- exclude: "package-lock\\.json|^\\.idea/|prettier-ignore.*_output\\.java$"
+ exclude: "package-lock\\.json|^\\.idea/|prettier-ignore/.*_output\\.java"
16
- id: check-added-large-files
17
args: ["--maxkb=1000"]
18
- id: check-case-conflict
0 commit comments