You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In most cases, classNames() function should be imported from 'classnames' module, but it is not always the case.
What if your project has some wrapper function of clsx and you want to enforce importing from '../lib/clsx.js'? Or what if you are using some libraries like tailwindcss-classnames? How should you configure it?
This is why the rule is agnostic on where your classNames/clsx function comes from.
No description provided.
The text was updated successfully, but these errors were encountered: