We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2544fc4 commit 4f3f032Copy full SHA for 4f3f032
website/src/pages/index.mdx
@@ -605,7 +605,7 @@ export const parseStatus = (params: StatusParams) => {...
605
href="https://typescript-eslint.io/rules/explicit-function-return-type/"
606
>{`"@typescript-eslint/explicit-function-return-type": "error"`}</Rule>
607
608
-Consider some of the advantages when explicitly typing the return value of a function:
+Consider the advantages of explicitly defining the return type of a function::
609
610
- Return values makes it clear and easy to understand to any calling code what type is returned.
611
- In the case where there is no return value, the calling code doesn't try to use the undefined value when it shouldn't.
0 commit comments