Skip to content

Unrestrict stylistic options #724

@br0p0p

Description

@br0p0p

Clear and concise description of the problem

I noticed that the allowed options for stylistic.configs.customize() are restricted when I tried to do the following:

export default antfu({
  stylistic: {
    quoteProps: 'as-needed'
  }
})

Based on the Git history, it's not clear whether this was intentional or not but it would be nice to have access to them if possible!

Suggested solution

Unrestrict the supported stylistic.configs.customize() options to allow full access for configuring the stylistic plugin

Alternative

If this is intentional, or unrestricting the options goes against the opinionated nature of the config, this issue can be closed

Additional context

No response

Validations

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