From d89b27d9b15b261f7b1f41aeeb3cc4e19faed61c Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Thu, 13 Aug 2020 03:37:57 +0300 Subject: [PATCH] Also lint ./db/migrations in lint scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {