Skip to content

Commit

Permalink
feat(pre-commit): add pretty-format-json
Browse files Browse the repository at this point in the history
  • Loading branch information
hugginsio committed Nov 19, 2023
1 parent 838cedf commit c77380b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ repos:
- id: check-merge-conflict
- id: check-yaml
- id: end-of-file-fixer
- id: pretty-format-json
args:
- "--autofix"
- "--no-ensure-ascii"
- "--no-sort-keys"
- id: trailing-whitespace
2 changes: 1 addition & 1 deletion bruno/bruno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"version": "1",
"name": "Homelab",
"type": "collection"
}
}
1 change: 0 additions & 1 deletion external-landing/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ module.exports = {
require('@tailwindcss/typography'),
],
}

0 comments on commit c77380b

Please sign in to comment.