chore: add "npm run lint" command

This commit is contained in:
Paul Bienkowski 2020-11-20 11:06:53 +01:00
parent b6ab3d0b1d
commit bb2b569abe

View file

@ -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": {