From ad447e8cc164923cd3a6ef1c031dc47ecc287f17 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Mon, 26 Aug 2019 21:27:27 +0900 Subject: [PATCH] Update .eslintrc --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index 9667b89..248fa39 100644 --- a/.eslintrc +++ b/.eslintrc @@ -31,6 +31,7 @@ "default-case": "off", "dot-location": ["error", "property"], "function-paren-newline": "off", + "function-call-argument-newline": ["error", "consistent"], "id-length": "off", "indent": ["error", 2], "init-declarations": "off",