Skip to content

Форматировать юнионы литералов вертикально #31

@gyzerok

Description

@gyzerok

Для удобства чтения больших юнионов

// До
export declare type Foobar = 'foo' | 'bar'

// После
export declare type Foobar =
  | 'foo'
  | 'bar'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions