Problem/Motivation
Core JavaScript has many different stylistic formats. Each patch can be formatted differently depending on implementer or reviewer.
Proposed resolution
Use Prettier for formatting our JavaScript. This should only apply to our .es6.js
files.
Remaining tasks
Accept these changes, then create another patch with all the changes from Prettier applied.