francoismassart / eslint-plugin-tailwindcss

ESLint plugin for Tailwind CSS usage
https://www.npmjs.com/package/eslint-plugin-tailwindcss
MIT License
1.38k stars 65 forks source link

Add `responsiveVariants` to ignoredKeys by default #336

Open sushi-chaaaan opened 2 months ago

sushi-chaaaan commented 2 months ago

Add responsiveVariants to ignoredKeys by default

Description

Currently, compoundVariants and defaultVariants are set by default for ignoredKeys, but tailwind-variants has other responsiveVariants. Thinking this plugin has tv by default in callees, this should not be Warned either, so I added responsiveVariants to default ignoredKeys.

Fixes #323

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Checklist: