From fffaf8f3bb41a691a5ec8e57d3fc9245548e809c Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Sat, 8 Oct 2016 21:15:57 -0300 Subject: [PATCH] Revert "Add missing package to packages.json" (#827) --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 664ff410..078f543d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,6 @@ "electron": "1.4.0", "electron-builder": "^7.10.2", "electron-devtools-installer": "^2.0.0", - "eslint": "3.7.1", "eslint-config-xo-react": "^0.10.0", "eslint-plugin-react": "^6.3.0", "husky": "^0.11.6", @@ -62,10 +61,7 @@ "mocha" ], "rules": { - "eqeqeq": [ - "error", - "allow-null" - ], + "eqeqeq": ["error", "allow-null"], "no-eq-null": 0, "react/prop-types": 0, "babel/new-cap": 0,