diff --git a/package.json b/package.json index 23ca0b2..5fe3846 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "start": "node src/index.js", "watch": "supervisor -n exit -w src src/index.js", "test": "echo \"Error: no test specified\" && exit 1", - "lint": "eslint ./src", - "lint-fix": "eslint --fix ./src", + "lint": "eslint ./src ./db/migrations", + "lint-fix": "eslint --fix ./src ./db/migrations", "generate-config-jsdoc": "node src/data/generateCfgJsdoc.js" }, "repository": {