Select the types of activity you want to include in your feed.
1{ 2 "endOfLine": "lf", 3 "semi": false, 4 "singleQuote": false, 5 "tabWidth": 2, 6 "trailingComma": "es5", 7 "printWidth": 80, 8 "plugins": ["prettier-plugin-tailwindcss"], 9 "tailwindStylesheet": "packages/ui/src/styles/globals.css", 10 "tailwindFunctions": ["cn", "cva"] 11}