aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 7eae8b0..943c1e3 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -55,6 +55,7 @@
"no-prototype-builtins": "off",
"no-multi-assign": "off",
"no-bitwise": "off",
- "prefer-rest-params": "off"
+ "prefer-rest-params": "off",
+ "function-paren-newline": "off"
}
} \ No newline at end of file