Skip to content

Commit 6023c85

Browse files
committed
Removing problematic lint:js linting shortcuts in favour of PHP CodeSniffer linting against WordPress standard.
1 parent fb31c92 commit 6023c85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
"build:dev": "wp-scripts build --env dev",
3434
"lint:css": "wp-scripts lint-style 'src/**/*.css'",
3535
"lint:css-fix": "wp-scripts lint-style 'src/**/*.css' --fix",
36-
"lint:js": "wp-scripts lint-js ./src",
37-
"lint:js-fix": "wp-scripts lint-js ./src --fix",
3836
"lint:md:docs": "wp-scripts lint-md-docs",
3937
"lint:pkg-json": "wp-scripts lint-pkg-json",
4038
"packages-update": "wp-scripts packages-update",

0 commit comments

Comments
 (0)