mirror of
https://github.com/imjasonh/apidiff-action
synced 2026-07-06 22:52:43 +00:00
Merge pull request #8 from imjasonh/exclude-package-lock-from-json-formatting
Exclude package-lock.json from pretty-format-json hook
This commit is contained in:
commit
ca7b01f792
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ repos:
|
|||
- id: check-json
|
||||
- id: pretty-format-json
|
||||
args: ['--autofix']
|
||||
exclude: ^package-lock\.json$
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: v3.1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue