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 12fd060 commit ab929b3Copy full SHA for ab929b3
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.13.0
4
+
5
+- Support new types `EventCallable` and `StoreWritable` in all rules
6
+- Drop support of Effector 22
7
8
## v0.12.0
9
10
- Migrate to TypeScript v5 and `@typescript-eslint/*` v6 ([PR #151](https://github.com/effector/eslint-plugin/pull/151)) by @7rulnik
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-effector",
- "version": "0.12.0",
+ "version": "0.13.0",
"description": "Enforcing best practices for Effector",
"keywords": [
"eslint",
0 commit comments