Effector Eslint Plugin Versions Save

Enforcing best practices for Effector

v0.14.0

2 months ago
  • Add new rule no-duplicate-clock-or-source-array-values (PR #155) by @gearonix
  • Add support of Node.js 21
  • Fix false-positive in enforce-store-naming-convention rule (PR #159) by @kireevmp

v0.13.0

4 months ago
  • Support new types EventCallable and StoreWritable in all rules
  • Drop support of Effector 22

v0.12.0

6 months ago
  • Migrate to TypeScript v5 and @typescript-eslint/* v6 (PR #151) by @7rulnik
  • Drop support of Node.js 14 and Node.js 15 since its support is dropped by Node.js itself 2 years ago and new versions of TypeScript and @typescript-eslint/* don't support it as well

v0.11.0

9 months ago
  • Add support of Node.js 19 and Node.js 20 (PR #146) by @xarety
  • Fixed edge-case of rule enforce-store-naming-convention (PR #140) by @raidenmiro

v0.10.5

1 year ago
  • Fix false-positive in no-ambiguity-target rule

v0.10.4

1 year ago
  • Fix false-positive in enforce-store-naming-convention rule (PR #137)

v0.10.3

1 year ago
  • Fix unhandled rejection in enforce-store-naming-convention rule

v0.10.2

1 year ago
  • Fix unhandled exception in no-patronum-debug rule

v0.10.1

1 year ago
  • Fix false-positive in no-patronum-debug rule (PR #126) by @raidenmiro

v0.10.0

1 year ago
  • Allow using package on Node.js 15 and Node.js 17 (PR #124)