From 50752f6dd611a87cd98c3d64157b6faeede1c2ff Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Fri, 26 Jul 2019 19:33:03 -0400 Subject: [PATCH] Update to eslint rules --- js/.eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/js/.eslintrc.json b/js/.eslintrc.json index c4fa3ac..ca55bc9 100644 --- a/js/.eslintrc.json +++ b/js/.eslintrc.json @@ -56,6 +56,7 @@ "max-len": "warn", "no-negated-condition": "off", "max-lines-per-function": "off", + "function-paren-newline": "off", // Node.js and CommonJS "callback-return": "off",