Skip to content

Commit 39c5c39

Browse files
committed
Update documentation
1 parent 465c4c8 commit 39c5c39

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/rules/computed-property-return.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Enforces that a return statement is present in computed property (computed-property-return)
22

3-
Please describe the origin of the rule here.
4-
53
## :book: Rule Details
64

7-
This rule enforces that a return statement is present in computed properties.
5+
This rule enforces that a `return` statement is present in `computed` properties.
86

97
:-1: Examples of **incorrect** code for this rule:
108

@@ -17,7 +15,6 @@ export default {
1715
}
1816
}
1917
}
20-
2118
```
2219

2320
:+1: Examples of **correct** code for this rule:

0 commit comments

Comments
 (0)