profileShare

rasmusjy / roundtable

Read-only snapshot

No repository description.

main default branch 181 files Expires Sep 13, 2026, 9:06 AM
.prettierrc 152 bytes
1 {
2 "semi": true,
3 "singleQuote": true,
4 "trailingComma": "all",
5 "printWidth": 100,
6 "tabWidth": 2,
7 "plugins": ["prettier-plugin-tailwindcss"]
8 }
9