-
-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
this eslint plguin cannot detect classnames within anything other than the class,className html tag.
This means clsx, classnames and tailwind-merge do no enforce the rules.
Describe the solution you'd like
At least I would like tailwind-merge to be supported so that classname orders work for tailwind-merge
Describe alternatives you've considered
None
Additional context
className={twMerge/twJoin(
'h-full w-full fill-transparent stroke-white stroke-2 drop-shadow-[#000_0_0_8px] transition-[color]',
selectedPickupPoint === pickupPoint && 'fill-success'
)}
https://github.com/dcastil/tailwind-mergewhaaaleyjoaopedrodcf and AaronConlon
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request