Skip to content

Commit 52b81dd

Browse files
authored
feat(lint)
1 parent f81cb1a commit 52b81dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "node src/main.js",
88
"dev": "nodemon",
9-
"lint": "eslint . --ext .js,.ts",
9+
"lint": "eslint . --ext .js",
1010
"test": "jest",
1111
"test:watch": "jest --watch"
1212
},

0 commit comments

Comments
 (0)