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

Lint: best practices / fix all warnings #658

Open
TCL735 opened this issue Aug 11, 2021 · 0 comments
Open

Lint: best practices / fix all warnings #658

TCL735 opened this issue Aug 11, 2021 · 0 comments

Comments

@TCL735
Copy link
Contributor

TCL735 commented Aug 11, 2021

Fix all lint warnings. Most, if not all of them, are related to React hooks. Fix the warnings as appropriate.

  • in the terminal, run yarn lint to get a list of warnings
  • fixing a warning may also include disabling a particular rule for that line of code if the rule does not make sense for the purpose of the code. For example, this is applicable to React hook warnings on exhaustive dependencies, which may not always be necessary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants