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'm often using return { ...props } as Foo but that may be a bad thing as the object returned may og may not be the complete Foo, but it's a lot easier than typing
I'm often using
return { ...props } as Foo
but that may be a bad thing as the object returned may og may not be the complete Foo, but it's a lot easier than typinghttps://github.com/typescript-eslint/typescript-eslint/blob/v2.0.0/packages/eslint-plugin/docs/rules/consistent-type-assertions.md
What are your thoughts? Keep the defaults?
The text was updated successfully, but these errors were encountered: