aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
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",