mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
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:
@@ -156,6 +156,7 @@
|
||||
"test": "node script/test"
|
||||
},
|
||||
"standard": {
|
||||
"ignore": [],
|
||||
"parser": "babel-eslint",
|
||||
"globals": [
|
||||
"atom",
|
||||
|
||||
Reference in New Issue
Block a user