denoland / deno_lint

Blazing fast linter for JavaScript and TypeScript written in Rust
https://lint.deno.land/
MIT License
1.51k stars 163 forks source link

fix: local islands treated as server components #1195

Closed marvinhagemeister closed 10 months ago

marvinhagemeister commented 10 months ago

Files inside an (_islands) folder are considered islands too, even if they are inside the routes folder.

Fixes https://github.com/denoland/fresh/issues/1726