denoland / deno_lint

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

lint for unused files, dependencies and exports #1268

Open guy-borderless opened 5 months ago

guy-borderless commented 5 months ago

I want to review unused exports and dependencies. It would be nice to see them via something like deno info but maybe also have them marked at the LSP level when looking at a typescript file or the import field in deno.json.
The tool in node-js is knip