We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465c4c8 commit 39c5c39Copy full SHA for 39c5c39
docs/rules/computed-property-return.md
@@ -1,10 +1,8 @@
1
# Enforces that a return statement is present in computed property (computed-property-return)
2
3
-Please describe the origin of the rule here.
4
-
5
## :book: Rule Details
6
7
-This rule enforces that a return statement is present in computed properties.
+This rule enforces that a `return` statement is present in `computed` properties.
8
9
:-1: Examples of **incorrect** code for this rule:
10
@@ -17,7 +15,6 @@ export default {
17
15
}
18
16
19
20
21
```
22
23
:+1: Examples of **correct** code for this rule:
0 commit comments