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
The TS return type for functions should be forced, so it is more obvious what type a function should return and it can also be tested, if the function is not used directly bug e.g. only referenced by name.
The TS return type for functions should be forced, so it is more obvious what type a function should return and it can also be tested, if the function is not used directly bug e.g. only referenced by name.
https://typescript-eslint.io/rules/explicit-function-return-type/
The text was updated successfully, but these errors were encountered: