We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706ba94 commit e837c52Copy full SHA for e837c52
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.4.1
4
+
5
+- Specify ESLint version in peerDependencies
6
+- Fix false-positive in `no-unnecessary-combination` rule ([PR #64](https://github.com/effector/eslint-plugin/pull/64))
7
8
## v0.4.0
9
10
- Add new rule: `no-watch` ([PR #51](https://github.com/effector/eslint-plugin/pull/51) by @binjospookie)
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-effector",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "Enforcing best practices for Effector",
"keywords": [
"eslint",
0 commit comments