From 7598be861bb6531599a50d8fe4ee0e9d53ac7ca3 Mon Sep 17 00:00:00 2001 From: Daniel Hengeveld Date: Mon, 9 Nov 2015 15:08:03 +0100 Subject: [PATCH] Add empty ignore array to standard config - This version of grunt-standard requires SOMETHING to be set here, or it dies hard because it tries to push undefined into the array of ignored paths --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 74805410b..33f0fcc8b 100644 --- a/package.json +++ b/package.json @@ -156,6 +156,7 @@ "test": "node script/test" }, "standard": { + "ignore": [], "parser": "babel-eslint", "globals": [ "atom",