1
0
Fork 0
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:
Jason Hall 2025-07-30 08:31:00 -04:00 committed by GitHub
commit ca7b01f792
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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