Releases: effector/eslint-plugin
Releases · effector/eslint-plugin
v0.9.1
- Fixed factory usage with
enforce-store-naming-convention
(PR #122) by @Lonli-Lokli
v0.9.0
- Add new rule
no-patronum-debug
(PR #121 by @raidenmiro)
v0.8.2
- Fix false-negative in
enforce-store-naming-convention
rule (PR #119 by @iposokhin)
v0.8.1
- Fix typo in
react
preset config
v0.8.0
- Rule
mandatory-useEvent
is renamed tomandatory-scope-binding
- Add new rule
prefer-useUnit
v0.7.6
- Fix
keep-options-order
case for operators withgreedy
option
v0.7.5
- Fix
no-guard
/no-forward
suggestion bugs (PR #105 by @Minhir)
v0.7.4
- Fix false-positive in
mandatory-useEvent
on effect stores
v0.7.3
- Fix false-positive in
mandatory-useEvent
v0.7.2
- Handle case with two arguments in
guard
ofno-guard