Skip to content

Commit 672bbd5

Browse files
authored
Second shot at having greenkeeper ignore eslint (#610)
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.
1 parent 1d1a8af commit 672bbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"wrappers"
5353
]
5454
},
55-
"greenkeper": {
55+
"greenkeeper": {
5656
"ignore": ["eslint"]
5757
},
5858
"license": "MIT"

0 commit comments

Comments
 (0)