eslint-plugin-tailwindcss icon indicating copy to clipboard operation
eslint-plugin-tailwindcss copied to clipboard

[Feature request] - Ignore type checks on certain object properties

Open manassarpatwar opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. I am using this plugin with tailwind variants and I need to ignore type checks on the defaultVariants prop that they expose.

Describe the solution you'd like Add a skipProperties config option which is an array of the properties the user would like to skip the checks on.

I've forked and implemented this feature but curious if it should also potentially be on the main plugin.

manassarpatwar avatar Mar 04 '23 23:03 manassarpatwar