|
@@ -4,6 +4,7 @@
|
|
|
"description": "Automattic public themes",
|
|
|
"author": "automattic",
|
|
|
"license": "GPL-2.0",
|
|
|
+ "prettier": "@wordpress/prettier-config",
|
|
|
"scripts": {
|
|
|
"sandbox:clean": "./sandbox.sh clean",
|
|
|
"sandbox:push": "./sandbox.sh push",
|
|
@@ -12,6 +13,7 @@
|
|
|
"sandbox:watch": "chokidar '**/*' -i '*/node_modules' -i '.git' -c './sandbox.sh push --ignore' --initial"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
+ "@wordpress/prettier-config": "^1.0.1",
|
|
|
"chokidar-cli": "^2.1.0",
|
|
|
"husky": "^4.3.0",
|
|
|
"lodash": "^4.17.20"
|