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

Don't ignore warnings from eslint #243

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Don't ignore warnings from eslint #243

wants to merge 16 commits into from

Conversation

punchagan
Copy link
Member

In 008bfdb we fixed an error where we accidentally had some properties "lose" their reactivity, which should've been caught by the eslint-plugin-solid's warnings. But, we disable eslint's warnings in CI because, there were too many of them.

This commit prevents having warnings from eslint, which means we would be forced to think harder about the code and re-write it, or disable it in exceptional cases if the linter is giving a false positive.

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

Successfully merging this pull request may close these issues.

1 participant