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
Yeah codemods on their own are nice, but IME most developers & projects don't go the extra mile to use them. Lint rules are right there in the editor.
From another perspective: ESLint is actually a pretty good codemod platform (fixes & suggestions, inline disable comments, configuration overrides with glob matchers, ...). And it keeps things fixed over time by blocking introduced violations. I find it hard to advocate for any other codemod system 😄
Manually replacing existing dependencies is a painful slog. It'd be lovely to have automated assistance from the lint rule.
My initial instinct is that there are three kinds of cases:
Feature request: can this be added to the rule?
Footnotes
Or are at least intended to be exactly the same. Even "safe" fixers sometimes can technically break teeny edge cases. ↩
The text was updated successfully, but these errors were encountered: