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 421532d commit 2a266edCopy full SHA for 2a266ed
scripts/config/pre-commit.yaml
@@ -19,11 +19,11 @@ repos:
19
- id: pretty-format-json
20
args: ['--autofix']
21
exclude: |
22
- (?x)^(
23
- .*/?package-lock.json |
24
- docs/assets/js/zzzz-search-data.json |
25
- packages/event-schemas/schemas/[^/]+/[^/]+\.json
26
- )$
+ (?x)^(
+ .*/?package-lock.json |
+ docs/assets/js/zzzz-search-data.json |
+ packages/event-schemas/schemas/[^/]+/[^/]+\.json
+ )$
27
- repo: local
28
hooks:
29
- id: sort-dictionary
0 commit comments