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 24a8ae34b7023e53cface1c3516027a9d7c56ca1 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}