Skip to content

Commit a3a1430

Browse files
committed
refactor: update scripts
1 parent 2ad79f4 commit a3a1430

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@
302302
"vscode-test": "^1.3.2"
303303
},
304304
"scripts": {
305+
"lint": "eslint .",
306+
"pretest": "npm run lint",
305307
"test": "mocha"
306308
}
307309
}

0 commit comments

Comments
 (0)