Releases: effector/eslint-plugin
Releases · effector/eslint-plugin
v0.7.1
- Handle case with empty fields in
no-guard
/no-forward
v0.6.0
- Add new rule
keep-options-order
(PR #81)
- Add new rule
no-forward
(PR #82)
- Fix false-positive on nested obejct with store in
no-duplicate-on
(PR #86)
- Fix possible exception on WIP code in some IDEs in
no-duplicate-on
v0.5.2
- Fix error of parsing empty function in
strict-effect-handlers
v0.5.1
- Fix possible exceptions on non-effector code
v0.5.0
Rules
- Add new rule
no-duplicate-on
(PR #76)
- Add new rule
strict-effect-handlers
(PR #78)
- Add new rule
enforce-gate-naming-convention
(PR #80)
Presets
Fixes
- Fix incorrect suggestion in IDE in rule
enforce-store-naming-convention
v0.4.2
- Fix false-positive in
no-useless-methods
rule (PR #77)
v0.4.1
- Specify ESLint version in peerDependencies
- Fix false-positive in
no-unnecessary-combination
rule (PR #64)
v0.4.0
- Add new rule:
no-watch
(PR #51 by @binjospookie)
- Add new rule:
no-unnecessary-combination
(PR #43)
- Decrease package size in
node_modules
42.4 kB -> 39.3 kB (PR #54)
- Add links to rule docs to IDE prompts (PR #55)
- Support ESLint 8 (PR #58)
v0.3.1
- Fixed false-positive in
no-ambiguity-target
with factories (PR #50)