From ac821a5e4db0b846ada440a0d87134f0285ec39a Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Wed, 20 Dec 2017 12:32:59 -0300 Subject: [PATCH] Update electron configuration for ESLint import plugin --- .eslintrc.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 8101e35be..8d37b5407 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,6 +4,7 @@ ], "extends": [ "airbnb", + "plugin:import/electron", "plugin:flowtype/recommended", "prettier" ], @@ -12,10 +13,7 @@ "webpack": { "config": "webpack.renderer.additions.js" } - }, - "import/core-modules": [ - "electron" - ] + } }, "parser": "babel-eslint", "env": {