The syntax it uses for declaring functions is a bit odd to me, though:
function name (has, a, space, before, the, args) { }
It's also way picky about not having more than one consecutive newline.
Trailing spaces on lines was another rule I apparently had violated by accident, but I fixed that by discovering http://editorconfig.org (and installing the associated VSCode package) and setting it up to trim those sorts of things.
Oh man I'm wasting so much time on the Javascript meta game right now.
@bigzaphod my team has gone through like standard and are onto prettier and have always modified it slightly. Zero config is a myth