Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ESlint config #69

Open
marthendalnunes opened this issue Nov 30, 2022 · 0 comments
Open

Fix ESlint config #69

marthendalnunes opened this issue Nov 30, 2022 · 0 comments
Assignees

Comments

@marthendalnunes
Copy link
Contributor

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.
image
image

Also, check your warnings at build time, it seems that you're using stale utility classes from tailwind 2
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants