From 8614c2873e8d6c961cf3688c3d03521e71f4ff7b Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Fri, 19 Feb 2016 08:36:29 -0500 Subject: [PATCH] Remove eslint dep https://github.com/feross/snazzy/issues/8#issuecomment-186105109 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index ebfac05..04b7fea 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,6 @@ "babel": "^5.8.34", "babel-eslint": "^4.0.10", "babel-istanbul": "0.4.0", - "eslint": "^2.0.0", "eslint-config-standard": "^5.1.0", "eslint-plugin-promise": "^1.0.8", "eslint-plugin-standard": "^1.3.0",