Skip to content

Commit

Permalink
Add a noop php lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Dec 16, 2024
1 parent 409aec7 commit 87e1de0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/wp-content/themes/wporg-parent-2021/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 87e1de0

Please sign in to comment.