From 663787f04639e6416794c2441c0bc0a1b13cce8d Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Mon, 22 Jun 2020 21:04:29 -0400 Subject: [PATCH] Updated eslint config --- js/.eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/js/.eslintrc.json b/js/.eslintrc.json index 892277a..c3af272 100644 --- a/js/.eslintrc.json +++ b/js/.eslintrc.json @@ -20,6 +20,7 @@ "default-case": "off", "dot-location": ["error", "property"], "func-names": ["error", "never"], + "function-call-argument-newline": "off", "function-paren-newline": "off", "guard-for-in": "off", "id-length": "off",