Skip to content

when using vue-format in vs code, javascript will break under certain operators. #53

@NadavSi

Description

@NadavSi

using vue-format breaks javascript operators like ?? and .?
for example:
var someVar = this.something ?? otherVar;
after formatting:
var someVar = this.something ? ? otherVar;

i could not find any way to define custom formats to ignore

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions