Effector Eslint Plugin Versions Save

Enforcing best practices for Effector

v0.9.1

1 year ago
  • Fixed factory usage with enforce-store-naming-convention (PR #122) by @Lonli-Lokli

v0.9.0

1 year ago
  • Add new rule no-patronum-debug (PR #121 by @raidenmiro)

v0.8.2

1 year ago
  • Fix false-negative in enforce-store-naming-convention rule (PR #119 by @iposokhin)

v0.8.1

1 year ago
  • Fix typo in react preset config

v0.8.0

1 year ago
  • Rule mandatory-useEvent is renamed to mandatory-scope-binding
  • Add new rule prefer-useUnit

v0.7.6

2 years ago
  • Fix keep-options-order case for operators with greedy option

v0.7.5

2 years ago

v0.7.4

2 years ago
  • Fix false-positive in mandatory-useEvent on effect stores

v0.7.3

2 years ago
  • Fix false-positive in mandatory-useEvent

v0.7.2

2 years ago
  • Handle case with two arguments in guard of no-guard