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 e3831f9 commit e8ae855Copy full SHA for e8ae855
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.14.0
4
+
5
+- Add new rule `no-duplicate-clock-or-source-array-values` ([PR #155](https://github.com/effector/eslint-plugin/pull/155)) by @gearonix
6
+- Add support of Node.js 21
7
+- Fix false-positive in `enforce-store-naming-convention` rule ([PR #159](https://github.com/effector/eslint-plugin/pull/159)) by @kireevmp
8
9
## v0.13.0
10
11
- Support new types `EventCallable` and `StoreWritable` in all rules
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-effector",
- "version": "0.13.0",
+ "version": "0.14.0",
"description": "Enforcing best practices for Effector",
"keywords": [
"eslint",
0 commit comments