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
I am not sure whether the plugin should enforce this behavior or not. There already is propertyType to achieve pretty much the same thing in a configurable way:
There are 2 notations for methods:
baz(): string
baz: () => string
sortInterfaces: true
works with shorthand method signature, but not with function property signature.Minimal reproducible case:
Expected: warning "Expected property bar to come before method baz"
Actual: no warning
The text was updated successfully, but these errors were encountered: