denoland / fresh

The next-gen web framework.
https://fresh.deno.dev
MIT License
12.17k stars 621 forks source link

chore: satisfy use-import-type lint (biomejs) #2389

Closed sigmaSd closed 5 months ago

sigmaSd commented 5 months ago

https://biomejs.dev/linter/rules/use-import-type/

From that page the argument is

The rule ensures that all imports used only as a type use a type-only import. It also groups inline type imports into a grouped import type.