Skip to content

Commit

Permalink
feat(lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
im-parsa authored Feb 13, 2022
1 parent f81cb1a commit 52b81dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "node src/main.js",
"dev": "nodemon",
"lint": "eslint . --ext .js,.ts",
"lint": "eslint . --ext .js",
"test": "jest",
"test:watch": "jest --watch"
},
Expand Down

0 comments on commit 52b81dd

Please sign in to comment.