@@ -55,6 +55,9 @@
"lint-staged": {
"*.scss": [
"wp-scripts lint-style --fix --custom-syntax postcss-scss"
+ ],
+ "*.json": [
+ "wp-scripts format"
]
},
"dependencies": {