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
Describe the bug
A linter should never cause a bug, it's the first and only lint plugin I'm regret of using,
It removed transform class from whole of my code base lead to various issue on production,
Now need to add those lines one by one.
To Reproduce
Removes "transform" class
Expected behavior
Should give error but not autofix things where classes are removed.
Describe the bug
A linter should never cause a bug, it's the first and only lint plugin I'm regret of using,
It removed transform class from whole of my code base lead to various issue on production,
Now need to add those lines one by one.
To Reproduce
Removes "transform" class
Expected behavior
Should give error but not autofix things where classes are removed.
eslint config file or live demo
The text was updated successfully, but these errors were encountered: