Skip to content

Commit 3d0dc23

Browse files
committed
Update docs.
1 parent b2fefdc commit 3d0dc23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/rules/sort-comp.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ The default configuration is:
8989
* `lifecycle` is referring to the `lifecycle` group defined in `groups`.
9090
* `everything-else` is a special group that match all the methods that do not match any of the other groups.
9191
* `render` is referring to the `render` method.
92-
* `type-annotations`. This group is not specified by default, but can be used to enforce flow annotations to be at the top.
92+
* `type-annotations`. This group is not specified by default, but can be used to enforce flow annotations positioning.
9393
* `getters` This group is not specified by default, but can be used to enforce class getters positioning.
9494
* `setters` This group is not specified by default, but can be used to enforce class setters positioning.
95+
* `instance-variables` This group is not specified by default, but can be used to enforce all other instance variables positioning.
96+
* `instance-methods` This group is not specified by default, but can be used to enforce all other instance methods positioning.
9597

9698
You can override this configuration to match your needs.
9799

0 commit comments

Comments
 (0)