From 87e1de049a61224f930e37af8c26c5d6da20ac7d Mon Sep 17 00:00:00 2001 From: StevenDufresne Date: Mon, 16 Dec 2024 14:36:35 +0900 Subject: [PATCH] Add a noop php lint. --- source/wp-content/themes/wporg-parent-2021/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/wp-content/themes/wporg-parent-2021/package.json b/source/wp-content/themes/wporg-parent-2021/package.json index 8972fa76..97e48a80 100644 --- a/source/wp-content/themes/wporg-parent-2021/package.json +++ b/source/wp-content/themes/wporg-parent-2021/package.json @@ -20,7 +20,8 @@ "build": "node build-styles.js", "start": "chokidar \"sass/**/*.scss\" -c \"node build-styles.js\" --initial", "lint:css": "wp-scripts lint-style sass", - "lint:js": "echo \"No JS.\"" + "lint:js": "echo \"No JS.\"", + "lint:php": "echo \"No PHP lint.\"" }, "browserslist": [ "extends @wordpress/browserslist-config"