This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable typescript-eslint/explicit-function-return-type
We should annotate types of in/out of functions because programms are built with a bunch of functions. It makes type safe world easy to annotate types of in/out of functions. and we should express the type signature as documentation of their functions. However, this rule is pretty tired for expressions because we use function expression as a callback. Let's disable its case.
- Loading branch information