Eslint Plugin Functional Versions Save

ESLint rules to disable mutation and promote fp in JavaScript and TypeScript.

v6.5.1

1 month ago

6.5.1 (2024-04-15)

Bug Fixes

  • prefer-tacit: don't check member functions by default (#808) (4e6c3a9), closes #805

v6.5.0

1 month ago

6.5.0 (2024-04-15)

Features

v6.4.1

1 month ago

6.4.1 (2024-04-14)

Bug Fixes

  • prefer-tacit: handling functions that don't map to directly to an eslint node (#802) (423e249)

v6.4.0

1 month ago

6.4.0 (2024-04-01)

Bug Fixes

  • type-declaration-immutability: replace fixer with suggestions for recommended and lite configs (ae62abb)

Features

  • type-declaration-immutability: add support for in-editor suggestions (7a0a790), closes #797

v6.3.2

1 month ago

6.3.2 (2024-04-01)

Bug Fixes

  • readonly-type: empty object types should not trigger reports (fc6a394), closes #796

v6.3.1

1 month ago

6.3.1 (2024-04-01)

Bug Fixes

  • improve types for flat configs (68e6450)

v6.3.0

1 month ago

6.3.0 (2024-03-25)

Features

  • immutable-data: add option for ignoreNonConstDeclarations to treatParametersAsConst (#794) (059591a), closes #724

v6.2.3

1 month ago

6.2.3 (2024-03-25)

Bug Fixes

  • no-mixed-types: handle more than just property signatures, check the type of type references (#793) (55bd794), closes #734

v6.2.2

1 month ago

6.2.2 (2024-03-25)

Bug Fixes

  • immutable-data: ignore casting when evaluating the expressions (#792) (50e789a), closes #790

v6.2.1

1 month ago

6.2.1 (2024-03-24)

Bug Fixes