chore: disable prettier on json for now

This commit is contained in:
Elliot DeNolf
2023-10-04 11:27:42 -04:00
parent f80dc6a668
commit c161f019af

View File

@@ -83,7 +83,7 @@
"pnpm": ">=8"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json}": [
"*.{js,jsx,ts,tsx}": [
"prettier --write"
]
}