From 7d9e76977bde0f594cb0fc11c5c5957ec0b5cd5b Mon Sep 17 00:00:00 2001 From: William Boman Date: Sun, 7 Feb 2016 11:40:08 +0100 Subject: [PATCH] package.json: lint all .js files This makes the linting process less prone to miss new (or even existing) files. Ignoring specific file paths is delegated to the .eslintignore file in the root directory. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 342436d8..672d78ab 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "start": "node index", "build": "grunt", "test": "HOME=test/fixtures mocha test/**/*.js && npm run lint", - "lint": "eslint index.js Gruntfile.js src/ test/ client/ defaults/" + "lint": "eslint ." }, "keywords": [ "browser",