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
Your ESlint configuration is triggering warnings on rules that should ideally raise errors, such as @typescript-eslint/no-unused-vars and @typescript-eslint/no-explicit-any. I'd recommend setting both rules to raise errors, not warnings, for type safety and code hygiene :D.
Also, check your warnings at build time, it seems that you're using stale utility classes from tailwind 2
The text was updated successfully, but these errors were encountered:
Your ESlint configuration is triggering warnings on rules that should ideally raise errors, such as
@typescript-eslint/no-unused-vars
and@typescript-eslint/no-explicit-any
. I'd recommend setting both rules to raise errors, not warnings, for type safety and code hygiene :D.Also, check your warnings at build time, it seems that you're using stale utility classes from tailwind 2
The text was updated successfully, but these errors were encountered: