Skip to content

Commit 6cc7aca

Browse files
authored
Update package.json
1 parent 038491d commit 6cc7aca

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
@@ -5,7 +5,8 @@
55
"main": "app.js",
66
"scripts": {
77
"start": "node .",
8-
"watch": "nodemon ."
8+
"watch": "nodemon .",
9+
"lint": "eslint --ext .js"
910
},
1011
"author": "",
1112
"license": "MIT",

0 commit comments

Comments
 (0)