File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,11 @@ The default configuration is:
89
89
* ` lifecycle ` is referring to the ` lifecycle ` group defined in ` groups ` .
90
90
* ` everything-else ` is a special group that match all the methods that do not match any of the other groups.
91
91
* ` 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 .
93
93
* ` getters ` This group is not specified by default, but can be used to enforce class getters positioning.
94
94
* ` 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.
95
97
96
98
You can override this configuration to match your needs.
97
99
You can’t perform that action at this time.
0 commit comments