about summary refs log tree commit diff
path: root/bskyembed/.eslintrc
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-08-14 21:01:59 +0100
committerGitHub <noreply@github.com>2024-08-14 21:01:59 +0100
commitb6fa0d2d048b3c68d47d6fe502ca1b52096eb4c9 (patch)
treef9085702a4aa0f7bff0b568e2fef4c590f248289 /bskyembed/.eslintrc
parent21e214c23579e5ca45fed3ec563d4010e37562a2 (diff)
downloadvoidsky-b6fa0d2d048b3c68d47d6fe502ca1b52096eb4c9.tar.zst
[Embed] Starter pack embed embed (#4935)
* update @atproto/api

* add starter pack embed

* update depreciated BskyAgent to AtpAgent

* unrelated, but avoid direct import of type

* nits

* rm commented out code

---------

Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
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
+}