Skip to content

Ability to configure format of biome #1480

@crazylexa

Description

@crazylexa

I prefer to use single quotes for string and enum values.

So I tried to configure behaviour of generator from custom config file.

{
Ts: {
        StringValue: (content) => `'${content}'`,
    },
}

But i can't. It always replace single quotes with double quotes.

After some code analysis I found that generator make all job correctly.
But after that biome format code.

Could you please provide ability to configure options of biome formating or make it optional?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions