Lint all js files in root directory

This commit is contained in:
Björn Dahlgren
2018-08-18 02:58:49 +02:00
parent 09c44ef585
commit 279239dc30

View File

@ -6,7 +6,7 @@
"scripts": {
"install-windows-service": "winser -i -a -c",
"uninstall-windows-service": "winser -r -x -c",
"lint": "standard --verbose lib/**/*.js routes/**/*.js test/**/*.js app.js",
"lint": "standard --verbose *.js lib/**/*.js routes/**/*.js test/**/*.js",
"start": "node app.js",
"test": "node node_modules/mocha/bin/mocha --recursive"
},