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
This can probably be merged with no-duplicate-spread-property to a more general no-duplicate-property rule. Maybe this is already checked, but only on object literals that contain object spread.
The text was updated successfully, but these errors were encountered:
Turns out this is in fact already checked by no-duplicate-spread-property for object literals that contain object spread. So this simply needs to check more object literals.
The compiler doesn't emit an error here. See microsoft/TypeScript#25758
This can probably be merged with
no-duplicate-spread-property
to a more generalno-duplicate-property
rule. Maybe this is already checked, but only on object literals that contain object spread.The text was updated successfully, but these errors were encountered: