diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-08-14 21:01:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-14 21:01:59 +0100 |
commit | b6fa0d2d048b3c68d47d6fe502ca1b52096eb4c9 (patch) | |
tree | f9085702a4aa0f7bff0b568e2fef4c590f248289 /bskyembed/.eslintrc | |
parent | 21e214c23579e5ca45fed3ec563d4010e37562a2 (diff) | |
download | voidsky-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/.eslintrc | 5 |
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 +} |