this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

no gods no masters only any

alice 9b6bfe0b a242e334

+2 -2
+2 -1
.eslintrc.json
··· 12 12 }, 13 13 "plugins": ["@typescript-eslint"], 14 14 "rules": { 15 - "@typescript-eslint/no-non-null-assertion": "off" 15 + "@typescript-eslint/no-non-null-assertion": "off", 16 + "@typescript-eslint/no-explicit-any": "off" 16 17 } 17 18 }
-1
index.ts
··· 1 - /* eslint-disable @typescript-eslint/no-explicit-any */ 2 1 /// <reference types="./custom-typings.d.ts" /> 3 2 import bsky from '@atproto/api'; 4 3 const { BskyAgent } = bsky;