Skip to content

Releases: freaktechnik/eslint-plugin-array-func

v3.1.3

26 Feb 21:54
v3.1.3
6fa86f2

Choose a tag to compare

  • never try to replace indexOf/lastIndexOf with each other.

v3.1.2

14 Jan 16:02
v3.1.2
e734aa6

Choose a tag to compare

  • Fix prefer-flat-map rule to prefer flatMap for the correct chain of operations
  • Make the auto fix for avoid-reverse indexOf and lastIndexOf to hold the same value

v3.1.1

14 Jan 16:03
v3.1.1
4861177

Choose a tag to compare

  • Actually export the flattening rules

v3.1.0

11 Nov 14:22
v3.1.0
cdec6a7

Choose a tag to compare

  • Add prefer-flat rule
  • Add prefer-flat-map rule
  • Add all configuration

v3.0.0

15 Jan 19:00
v3.0.0
4bdf7ca

Choose a tag to compare

v2.0.1

02 Jan 11:57
v2.0.1
f104f4c

Choose a tag to compare

  • Fix a typo in the prefer-array-from description. Thanks @aliceklipper