about summary refs log tree commit diff
path: root/bskyembed/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to 'bskyembed/.eslintrc')
-rw-r--r--bskyembed/.eslintrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/bskyembed/.eslintrc b/bskyembed/.eslintrc
index e6e575a11..2b290d581 100644
--- a/bskyembed/.eslintrc
+++ b/bskyembed/.eslintrc
@@ -10,11 +10,12 @@
   ],
   "rules": {
     "simple-import-sort/imports": "warn",
-    "simple-import-sort/exports": "warn"
+    "simple-import-sort/exports": "warn",
+    'no-else-return': 'off'
   },
   "parserOptions": {
     "sourceType": "module",
     "ecmaVersion": "latest",
     "project": "./bskyembed/tsconfig.json"
   }
-}
\ No newline at end of file
+}