Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

interface and type style #17

Closed
Closed
@TrySound

Description

@TrySound

interface and type definitions accepts both and comma and semicolon separators

interface IName {
  prop1: number,
  prop2: string
}
interface IName {
  prop1: number;
  prop2: string;
}

We need to add a rule for this to make code more consistent.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions