-
-
Notifications
You must be signed in to change notification settings - Fork 569
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
aMarCruz and swyrin
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request