Skip to content

Commit d0aaca4

Browse files
committed
chore(linting): add a fix script for js linting
1 parent 23821bc commit d0aaca4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
4444
"test:integration:wip:debug": "DEBUG=test run-s 'test:integration:wip'",
4545
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
46-
"lint:publish": "publint --strict"
46+
"lint:publish": "publint --strict",
47+
"lint:js:fix": "run-s 'lint:js -- --fix'"
4748
},
4849
"files": [
4950
"example.js",

0 commit comments

Comments
 (0)