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
The generic-spacing rule was updated with #430 to not error when using line breaks. However, this only works when there’s no indentation. For example:
// Same pattern as in the readme. Doesn’t error.typeX=Promise<(foo),bar,(((baz))),>// Same pattern as above. Errors with:// There must be no space at end of "Promise" generic type annotationfunctionfoo(){typeX=Promise<(foo),bar,(((baz))),>}
The text was updated successfully, but these errors were encountered:
The generic-spacing rule was updated with #430 to not error when using line breaks. However, this only works when there’s no indentation. For example:
The text was updated successfully, but these errors were encountered: