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 d3b3e9a..980f996 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -23,6 +23,7 @@
"default-case": "off",
"id-length": "off",
"indent": ["error", 2],
+ "function-paren-newline": "off",
"max-statements": ["error", 15],
"multiline-ternary": "off",
"newline-after-var": "off",