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
I am getting a lot of Missing return type on function errors in eslint after running the codemod (due to @typescript-eslint/explicit-module-boundary-types
Is there a way to run ts-migrate so it will set the return type to $TSFixMe ?
The text was updated successfully, but these errors were encountered:
I am getting a lot of
Missing return type on function
errors in eslint after running the codemod (due to@typescript-eslint/explicit-module-boundary-types
Is there a way to run
ts-migrate
so it will set the return type to$TSFixMe
?The text was updated successfully, but these errors were encountered: