File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.4.0
4+
5+ - Add new rule: ` no-watch ` ([ PR #51 ] ( https://github.com/effector/eslint-plugin/pull/51 ) by @binjospookie )
6+ - Add new rule: ` no-unnecessary-combination ` ([ PR #43 ] ( https://github.com/effector/eslint-plugin/pull/43 ) )
7+ - Decrease package size in ` node_modules ` 42.4 kB -> 39.3 kB ([ PR #54 ] ( https://github.com/effector/eslint-plugin/pull/54 ) )
8+ - Add links to rule docs to IDE prompts ([ PR #55 ] ( https://github.com/effector/eslint-plugin/pull/55 ) )
9+ - Support ESLint 8 ([ PR #58 ] ( https://github.com/effector/eslint-plugin/pull/58 ) )
10+
311## v0.3.1
412
513- Fixed false-positive in ` no-ambiguity-target ` with factories ([ PR #50 ] ( https://github.com/effector/eslint-plugin/pull/50 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-effector" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.4.0 " ,
44 "description" : " Enforcing best practices for Effector" ,
55 "keywords" : [
66 " eslint" ,
You can’t perform that action at this time.
0 commit comments