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 011ff60 commit 10fd74dCopy full SHA for 10fd74d
website/src/pages/index.mdx
@@ -351,7 +351,7 @@ Template literal types are useful in various scenarios, such as:
351
### Return Types
352
353
<Rule
354
- prefix="Including return type annotations is highly encouraged, although not required"
+ prefix="Explicitly defining the return type of a function is encouraged, although not required"
355
href="https://typescript-eslint.io/rules/explicit-function-return-type/"
356
>{`"@typescript-eslint/explicit-function-return-type": "error"`}</Rule>
357
0 commit comments