Skip to content

Option to remove spaces inside import braces #721

Closed
@ylacaute

Description

@ylacaute

It would be great to support an option to control spacing inside import braces.

Current behavior :

import { A, B } from "./module";

Requested behavior (configurable) :

import {A, B} from "./module";

Option could be importBraceSpacing (boolean).

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