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 d6915c5 commit 2544fc4Copy full SHA for 2544fc4
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 benefits when explicitly typing the return value of a function:
+Consider some of the advantages when explicitly typing the return value 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