Open heguro opened 3 weeks ago
Properties tailwindPreserveWhitespace and tailwindPreserveDuplicates are defined in options.ts but not in PluginOptions type. Although these options are configurable, they didn't appear as suggestions when editing Prettier configuration.
tailwindPreserveWhitespace
tailwindPreserveDuplicates
PluginOptions
Properties
tailwindPreserveWhitespace
andtailwindPreserveDuplicates
are defined in options.ts but not inPluginOptions
type. Although these options are configurable, they didn't appear as suggestions when editing Prettier configuration.