Skip to content

formatter: Semicolons in type definitions formatting to broken syntax #13837

@KieranP

Description

@KieranP

Before:

export interface Field {
  translations: { en: string; es?: string }
}

After: (note missing semicolon between en/es types)

export interface Field {
  translations: { en: string es?: string }
}

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions