File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.5.0
4+
5+ ### Rules
6+
7+ - Add new rule ` no-duplicate-on ` ([ PR #76 ] ( https://github.com/effector/eslint-plugin/pull/76 ) )
8+ - Add new rule ` strict-effect-handlers ` ([ PR #78 ] ( https://github.com/effector/eslint-plugin/pull/78 ) )
9+ - Add new rule ` enforce-gate-naming-convention ` ([ PR #80 ] ( https://github.com/effector/eslint-plugin/pull/80 ) )
10+
11+ ### Presets
12+
13+ - Add new preset ` scope ` ([ PR #79 ] ( https://github.com/effector/eslint-plugin/pull/79 ) )
14+ - Add new preset ` react ` ([ PR #80 ] ( https://github.com/effector/eslint-plugin/pull/80 ) )
15+
16+ ### Fixes
17+
18+ - Fix incorrect suggestion in IDE in rule ` enforce-store-naming-convention `
19+
320## v0.4.2
421
522- Fix false-positive in ` no-useless-methods ` rule ([ PR #77 ] ( https://github.com/effector/eslint-plugin/pull/77 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-effector" ,
3- "version" : " 0.4.2 " ,
3+ "version" : " 0.5.0 " ,
44 "description" : " Enforcing best practices for Effector" ,
55 "keywords" : [
66 " eslint" ,
You can’t perform that action at this time.
0 commit comments