We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4105e57 commit 6b3366fCopy full SHA for 6b3366f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.15.0
4
+
5
+- Add new rule `require-pickup-in-persist` ([PR #163](https://github.com/effector/eslint-plugin/pull/163)) by @kireevmp
6
+- Add support of Node.js 22
7
8
## v0.14.0
9
10
- Add new rule `no-duplicate-clock-or-source-array-values` ([PR #155](https://github.com/effector/eslint-plugin/pull/155)) by @gearonix
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-effector",
- "version": "0.14.0",
+ "version": "0.15.0",
"description": "Enforcing best practices for Effector",
"keywords": [
"eslint",
0 commit comments