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
I think we should consider adding eslint to the development workflow, since it provides value code inspection about possible bugs and misuse of packages, like React hooks with the new eslint-plugin-react-hooks (I just updated dependencies and noted this, so that's why I'm writing this now).
NOTE: There are ways to disable eslint's formatting warnings to be handled by prettier.
The text was updated successfully, but these errors were encountered:
I think we should consider adding
eslint
to the development workflow, since it provides value code inspection about possible bugs and misuse of packages, like React hooks with the neweslint-plugin-react-hooks
(I just updated dependencies and noted this, so that's why I'm writing this now).NOTE: There are ways to disable eslint's formatting warnings to be handled by
prettier
.The text was updated successfully, but these errors were encountered: