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 rule for usage of `exports` or `module.exports` #1241

Open dsherret opened 8 months ago

dsherret commented 8 months ago

Would be nice if deno lint pointed out the usages of exports or module.exports and provided suggestions for converting to esm.