You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! The reason is that in pure JS we do not have a way to check that is something is Event, so we use TS info for these checks. I suppose, in your setup, ESLint does not have access to types info. Check the corresponding issue for the more info — #131
However, it will work with Store, because in Effector's ecosystem there is a specific convention what variable with $ is a Store.
Hello!
Rule don't work in recommended preset and if we inline write config
"eslint-plugin-effector": "^0.11.0",
"effector": "^22.8.6",
"eslint": "^8.38.0",
The text was updated successfully, but these errors were encountered: