Y
Hacker News
new
|
ask
|
show
|
jobs
by
bsou
3616 days ago
eslint also provides static analysis for dependency resolution when using import statements instead of node require calls
1 comments
jacobr
3616 days ago
eslint-plugin-import found several bugs for us when we enabled it. Can't recommend it enough.
https://github.com/benmosher/eslint-plugin-import
link