From 279239dc30f4025e1570a20585bc2e3ed4f67b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Dahlgren?= Date: Sat, 18 Aug 2018 02:58:49 +0200 Subject: [PATCH] Lint all js files in root directory --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4cee135..a948b0d 100644 --- a/package.json +++ b/package.json @@ -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" },