Using Gemini Flash for Bulk Lint Fixes
I started a new project with Claude Code, Bun, and the TanStack packages (Query, Store, Router, Table). Used Biome for linting and had about 85 lint errors right off the bat. Decided to try Zed editor’s AI integration with Gemini 2.5 Flash and gave it this simple prompt: We have a lot of lint errors. Use `bun run lint` and fix them one by one as possible It worked through all the fixes quickly and efficiently. What made this work well was the combination of: ...