the statusphere demo reworked into a vite/react app in a monorepo
0
fork

Configure Feed

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

at 53c093647c3bc3ab0c0e1f63f7f26a690a078a97 19 lines 366 B view raw
1{ 2 "plugins": [ 3 "prettier-plugin-tailwindcss", 4 "@ianvs/prettier-plugin-sort-imports" 5 ], 6 "singleQuote": true, 7 "semi": false, 8 "importOrder": [ 9 "^react$", 10 "^react-dom$", 11 "^react-", 12 "^@tanstack/", 13 "<THIRD_PARTY_MODULES>", 14 "", 15 "^#/", 16 "^[./]" 17 ], 18 "importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"] 19}