From 537caca26d5ecdf02926ac3889cd10d07ed72f34 Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Mon, 16 Dec 2024 13:37:41 -0500 Subject: [PATCH] [MOOSE-153]: lint only core theme package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f91ddb2d..7b921852 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "lint:js:fix": "wp-scripts lint-js \"$npm_package_config_coreThemeDir/**/*.js\" --fix", "lint:configs": "wp-scripts lint-js \"./*.js\"", "lint:configs:fix": "wp-scripts lint-js \"./*.js\" --fix", - "lint:pkg-json": "wp-scripts lint-pkg-json", + "lint:pkg-json": "wp-scripts lint-pkg-json \"./package.json\"", "create-block": "cd \"$npm_package_config_coreThemeBlocksDir/tribe\" && npx @wordpress/create-block --no-plugin --namespace tribe --template $npm_package_config_coreBlockTemplatesDir", "packages-update": "wp-scripts packages-update", "check-engines": "wp-scripts check-engines",