From 5143105e2ec62cf46f3adccec302f13fc3e3ce47 Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Thu, 5 May 2016 22:49:45 -0700 Subject: [PATCH] feat(babel6): 1,608 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 e8f48f391..499171592 100644 --- a/build/config/eslint.json +++ b/build/config/eslint.json @@ -16,6 +16,7 @@ "jasmine": true }, "rules": { + "arrow-body-style": "off", "eqeqeq": ["error", "smart"], "id-length": "off", "object-curly-spacing": "off",