mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 12:20:04 +00:00
- Mobile responsive - new toast design - web document render issue fix - posthog analytics - ui improvements
19 lines
266 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|