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
Add eslint rule to ban direct imports from 'effector/effector.umd', 'effector/effector.cjs', 'effector/effector.mjs' (with autofix)
so it would be possible to catch/fix such cases with linter
Use case
For now i need to do it in PR or manual cleaning once a couple weeks. It would be great to have that automated