chore: add "npm run lint" command
This commit is contained in:
parent
b6ab3d0b1d
commit
bb2b569abe
|
@ -9,6 +9,7 @@
|
|||
"dev": "nodemon ./app.js",
|
||||
"mongo:stop": "docker stop realworld-mongo && docker rm realworld-mongo",
|
||||
"autoformat": "eslint --fix .",
|
||||
"lint": "eslint .",
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue