prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1
fork

Configure Feed

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

remove type def lint rule

Tyler 802f85ac 597a7017

+3
+3
eslint.config.js
··· 16 16 projectService: { allowDefaultProject: ["*.config.*s"] }, 17 17 }, 18 18 }, 19 + rules: { 20 + "@typescript-eslint/consistent-type-definitions": "off", 21 + }, 19 22 }, 20 23 { 21 24 files: ["**/*.{test,bench}.ts"],