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",