diff --git a/package.json b/package.json index 1bc67a6..ec2c44f 100644 --- a/package.json +++ b/package.json @@ -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": {