From de6f32e79d94b30089bbd97a9e7a8b1df9c19059 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Fri, 12 Oct 2018 12:22:43 -0400 Subject: [PATCH] tolerate ') {' on its own line --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 9a6e51b5..d4e17eec 100644 --- a/.eslintrc +++ b/.eslintrc @@ -48,6 +48,7 @@ "ArrayExpression": "first", "ImportDeclaration": "first", "CallExpression": { "arguments": "first" } - }] + }], + "function-paren-newline": 0 } }