File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.6.0
4+
5+ - Add new rule ` keep-options-order ` ([ PR #81 ] ( https://github.com/effector/eslint-plugin/pull/81 ) )
6+ - Add new rule ` no-forward ` ([ PR #82 ] ( https://github.com/effector/eslint-plugin/pull/82 ) )
7+ - Fix false-positive on nested obejct with store in ` no-duplicate-on ` ([ PR #86 ] ( https://github.com/effector/eslint-plugin/pull/86 ) )
8+ - Fix possible exception on WIP code in some IDEs in ` no-duplicate-on `
9+
310## v0.5.2
411
512- Fix error of parsing empty function in ` strict-effect-handlers `
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-effector" ,
3- "version" : " 0.5.2 " ,
3+ "version" : " 0.6.0 " ,
44 "description" : " Enforcing best practices for Effector" ,
55 "keywords" : [
66 " eslint" ,
You can’t perform that action at this time.
0 commit comments