From 2ba96780f1583e8e2508c2f08dc64268fd59ba12 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Mon, 13 Jun 2016 15:22:10 +0200 Subject: [PATCH] Update eslint-config-ascribe to avoid errors with long re-export lines --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83f8aec1..0eb8900d 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "decamelize": "^1.1.1", "dotenv": "^1.2.0", "eslint": "^2.12.0", - "eslint-config-ascribe": "^1.0.1", + "eslint-config-ascribe": "^1.0.2", "eslint-plugin-import": "^1.8.1", "eslint-plugin-jsx-a11y": "^1.4.2", "eslint-plugin-react": "^5.1.1",