supermemory/apps/web/biome.json
MaheshtheDev 1423bd7004 feat: mobile responsive, lint formats, toast, render issue fix (#688)
- Mobile responsive
- new toast design
- web document render issue fix
- posthog analytics
- ui improvements
2026-01-21 03:11:53 +00:00

19 lines
266 B
JSON

{
"root": false,
"extends": "//",
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
"linter": {
"rules": {
"nursery": {
"recommended": true
}
}
},
"assist": {
"actions": {
"source": {
"useSortedAttributes": "off"
}
}
}
}