Releases: import-js/eslint-plugin-import
Releases · import-js/eslint-plugin-import
v2.24.0
v2.23.4
v2.23.3
v2.23.2
v2.23.1
v2.23.0
v2.22.1
import/cache
Thanks @lencioni for identifying a huge amount of rework in resolve
and kicking off a bunch of memorization.
I'm seeing 62% improvement over my normal test codebase for just no-unresolved
in isolation, and ~35% total reduction in lint time.
ignore-unresolved
- added an
ignore
option tono-unresolved
for those pesky files for which no resolver can find. (still prefer enhancing the Webpack and Node resolvers to using it, though)
deep namespaces
1.0.2:
fix #192
1.0.3:
no-deprecated
follows deep namespaces (#191)
1.0.4:
don't crash on self references (#210)
correct cache behavior in eslint_d
for deep namespaces (#200)
respect hoisting for deep namespaces (namespace/no-deprecated) (#211)
namespace
no longer flags modules with only a default
export as having no names. (ns.default
is valid ES6)