Skip to content

Commit 88ae1d5

Browse files
authored
docs: cleanup headers in doc for no-component-lifecycle-hooks
1 parent 1e6e1a0 commit 88ae1d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/rules/no-component-lifecycle-hooks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Disallow usage of "classic" ember component lifecycle hooks
1+
# no-component-lifecycle-hooks
22

3-
## Rule name: `no-component-lifecycle-hooks`
3+
Disallow usage of "classic" ember component lifecycle hooks.
44

55
## Rule Details
66

@@ -23,7 +23,7 @@ Effectively, this rule disallows following lifecycle hooks in components:
2323

2424
Custom functional modifiers or @ember/render-modifiers should be used instead.
2525

26-
---
26+
## Examples
2727

2828
Examples of **incorrect** code for this rule:
2929

0 commit comments

Comments
 (0)