Fix lint: ignore flatpak in biome, fix search cursor iterator usage

This commit is contained in:
Gregory Schier
2026-02-12 15:34:13 -08:00
parent 9e1a11de0b
commit ae943a5fd2
2 changed files with 5 additions and 3 deletions

View File

@@ -47,7 +47,8 @@
"!src-web/vite.config.ts",
"!src-web/routeTree.gen.ts",
"!packages/plugin-runtime-types/lib",
"!**/bindings"
"!**/bindings",
"!flatpak"
]
}
}