aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rules/eslint.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index a8c0500..1c3919d 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -12,6 +12,9 @@
"newline-after-var": [
"off"
],
+ "newline-before-return": [
+ "off"
+ ],
"no-tabs": [
"error",
{