From cfcaee2bd8145ca7836ddab16507faab52fb7d55 Mon Sep 17 00:00:00 2001 From: Chris Helgert Date: Wed, 15 Feb 2017 18:17:43 +0100 Subject: [PATCH] Greenkeeper: Ignore eslint and eslint-plugin-import, eslint-plugin-react, eslint-plugin-jsx-a11y because they are peerDependencies of eslint-config-airbnb --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 74a7e95..8ce5031 100644 --- a/package.json +++ b/package.json @@ -64,5 +64,13 @@ "collectCoverageFrom": [ "**/src/**/*.js" ] + }, + "greenkeeper": { + "ignore": [ + "eslint", + "eslint-plugin-import", + "eslint-plugin-jsx-a11y", + "eslint-plugin-react" + ] } }