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
This commit is contained in:
Daniel Hengeveld
2015-11-09 15:08:03 +01:00
parent 60f9180ec3
commit 7598be861b

View File

@@ -156,6 +156,7 @@
"test": "node script/test"
},
"standard": {
"ignore": [],
"parser": "babel-eslint",
"globals": [
"atom",