Thoughts on manually specifying return types for functions and the use of `@typescript-eslint/exp...
What are your thoughts on manually specifying return types for functions?
I've been using the
I've been using the
@typescript-eslint/explicit-module-boundary-types eslint rule but found it a bit much in a few places.