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?