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
The text was updated successfully, but these errors were encountered:
I'm sure why we have to do it 🤔 Can you elaborate a bit? It seems like a bug in JetBrains products, and as I understand, they accept it. I've found a couple of links there, you can subscribe 👇
Proposal
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
The text was updated successfully, but these errors were encountered: