You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix propertyType detection on TSPropertySignatures. (#101)
* Fix `propertyType` detection on `TSPropertySignature`s.
* Add missing `sortInterfaces` option in README.md.
* Run prettier
* Forgot to remove a console.log
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,7 @@ The rule accepts the following configuration properties:
101
101
-`accessorPairPositioning`: Used to specify the required positioning of get/set pairs. Available values: `getThenSet`, `setThenGet`, `together`, `any`.
102
102
-`stopAfterFirstProblem`: Only report the first sort problem in each class (plus the number of problems found). Useful if you only want to know that the class has sort problems without spamming error messages. The default is `false`.
103
103
-`locale`: Used to specify the locale for the name comparison method. The default is `en-US`.
104
+
-`sortInterfaces`: Used to specify whether to sort TypeScript interfaces as well. The default is `false`.
0 commit comments