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
TypeScript does not require a separator between types. However, for style and consistency, it should be enforced that there is always a comma separator between types
What was expected to happen?
An error should be thrown if the separator is missing.
Please include the steps to reproduce the bug.
TypeScript does not require a separator between types. However, for style and consistency, it should be enforced that there is always a comma separator between types
What was expected to happen?
An error should be thrown if the separator is missing.
Let's fix these using an eslint rule.
https://eslint.style/rules/ts/member-delimiter-style
The text was updated successfully, but these errors were encountered: