Skip to content

Commit 62d4415

Browse files
committed
Add lint script
1 parent efd45e4 commit 62d4415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"scripts": {
2828
"prepare": "webpack --mode=production",
2929
"start": "ts-node src",
30+
"lint": "eslint src",
3031
"test": "jest"
3132
},
3233
"dependencies": {

0 commit comments

Comments
 (0)