Also lint ./db/migrations in lint scripts

cshd
Dragory 2020-08-13 03:37:57 +03:00
parent 555a75929b
commit d89b27d9b1
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
"start": "node src/index.js", "start": "node src/index.js",
"watch": "supervisor -n exit -w src src/index.js", "watch": "supervisor -n exit -w src src/index.js",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./src", "lint": "eslint ./src ./db/migrations",
"lint-fix": "eslint --fix ./src", "lint-fix": "eslint --fix ./src ./db/migrations",
"generate-config-jsdoc": "node src/data/generateCfgJsdoc.js" "generate-config-jsdoc": "node src/data/generateCfgJsdoc.js"
}, },
"repository": { "repository": {