Also lint ./db/migrations in lint scripts
parent
555a75929b
commit
d89b27d9b1
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue