Skip to content

Releases: import-js/eslint-plugin-import

v2.24.1

24 Aug 16:54
v2.24.1
6171a7a

Choose a tag to compare

v2.24.0

24 Aug 16:54
v2.24.0
202e5e0

Choose a tag to compare

v2.23.4

24 Aug 16:53
v2.23.4
998c300

Choose a tag to compare

v2.23.3

24 Aug 16:53
v2.23.3
20c373c

Choose a tag to compare

v2.23.2

24 Aug 16:52
v2.23.2
a332f20

Choose a tag to compare

v2.23.1

24 Aug 16:52
v2.23.1
8431b46

Choose a tag to compare

v2.23.0

14 May 06:50
v2.23.0
e9e755d

Choose a tag to compare

v2.22.1

10 Feb 00:27
v2.22.1
bdda069

Choose a tag to compare

import/cache

19 Mar 11:48

Choose a tag to compare

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

15 Mar 11:27

Choose a tag to compare

  • added an ignore option to no-unresolved for those pesky files for which no resolver can find. (still prefer enhancing the Webpack and Node resolvers to using it, though)