Merge pull request #110 from Dahlgren/feature/lint-root-js

Lint all js files in root directory
This commit is contained in:
Björn Dahlgren 2018-08-18 03:03:01 +02:00 committed by GitHub
commit 94bb58761e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
},