Add app.js to be linted

This commit is contained in:
Daniel García Aubert 2018-10-23 18:19:55 +02:00
parent 9374e0fe18
commit 7162ab1631

View File

@ -62,7 +62,7 @@
"strftime": "0.10.0" "strftime": "0.10.0"
}, },
"scripts": { "scripts": {
"lint": "jshint lib test", "lint": "jshint lib test app.js",
"preinstall": "make pre-install", "preinstall": "make pre-install",
"test": "make test-all", "test": "make test-all",
"update-internal-deps": "rm -rf node_modules && rm -f yarn.lock && yarn", "update-internal-deps": "rm -rf node_modules && rm -f yarn.lock && yarn",