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
which, if you have your editor configured to run prettier on save, makes writing code that passes the tests a bit of a pain. we should consider using something like xo, which keeps eslint and prettier in sync, and has a default style that's pretty close to ours anyway. we should also think about enforcing style with a git hook?
The text was updated successfully, but these errors were encountered:
which, if you have your editor configured to run prettier on save, makes writing code that passes the tests a bit of a pain. we should consider using something like xo, which keeps eslint and prettier in sync, and has a default style that's pretty close to ours anyway. we should also think about enforcing style with a git hook?
The text was updated successfully, but these errors were encountered: