tailwindlabs / prettier-plugin-tailwindcss

A Prettier plugin for Tailwind CSS that automatically sorts classes based on our recommended class order.
MIT License
5.66k stars 135 forks source link

Add missing properties to PluginOptions type #325

Open heguro opened 3 weeks ago

heguro commented 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.