supermemory/apps/web/biome.json
Shoubhit Dash 475bdf63ff new graph
2026-01-16 12:36:57 +05:30

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"
}
}
}
}