Skip to content

Commit

Permalink
Second shot at having greenkeeper ignore eslint (#610)
Browse files Browse the repository at this point in the history
First shot at getting greenkeeper to ignoring eslint updates landed with commit 85fa743.

Sadly that commit had a minor `greenkeper` misspelling in package.json, which obviously didn't have much effect for greenkeeper.
This commit fixes that blooper in hopes that greenkeeper will stop opening PRs about new eslint versions, as we don't want to
update at the moment cause eslint 3.x requires Node.js v4.x.
  • Loading branch information
phillipj authored Oct 18, 2016
1 parent 1d1a8af commit 672bbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"wrappers"
]
},
"greenkeper": {
"greenkeeper": {
"ignore": ["eslint"]
},
"license": "MIT"
Expand Down

0 comments on commit 672bbd5

Please sign in to comment.