From 14b70b1e9dbc84f13eb4be69c91588d0dccce9ea Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Thu, 5 May 2016 17:58:20 -0700 Subject: [PATCH] feat(babel6): 2,398 linter errors --- build/config/eslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/build/config/eslint.json b/build/config/eslint.json index c9081c654..e8f48f391 100644 --- a/build/config/eslint.json +++ b/build/config/eslint.json @@ -19,6 +19,7 @@ "eqeqeq": ["error", "smart"], "id-length": "off", "object-curly-spacing": "off", + "max-len": "off", "new-cap": ["error", {"capIsNew": false}], "no-console": "off", "no-constant-condition": "off",