We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84a748a + 4f5732e commit 01c60f5Copy full SHA for 01c60f5
package.json
@@ -32,8 +32,8 @@
32
"start:legacy": "wp-scripts start",
33
"start:routes": "node tools/ensure-boot-asset.cjs && wp-build --watch",
34
"format:js": "wp-scripts format ./src",
35
- "lint:js": "wp-scripts lint-js",
36
- "lint:js:fix": "wp-scripts lint-js --fix",
+ "lint:js": "wp-scripts lint-js --ignore-pattern '/build-scripts/'",
+ "lint:js:fix": "wp-scripts lint-js --fix --ignore-pattern '/build-scripts/'",
37
"lint:php": "wp-env run tests-cli --env-cwd=wp-content/plugins/ai composer run-script lint",
38
"lint:php:fix": "wp-env run tests-cli --env-cwd=wp-content/plugins/ai composer run-script format",
39
"lint:php:stan": "wp-env run tests-cli --env-cwd=wp-content/plugins/ai composer run-script phpstan",
0 commit comments