This is as simple as possible repository for reproducing biome issues.
Biome does not report imported async function return values as floating promises when imported from external package.
See biome-debug.spec.ts.
- Run
npm install - Run
npm run lint
It only reports 2 out of 4 floating promises in biome-debug.spec.ts.
