"format on save" in vscode (v 1.60.2) with ALL extensions turned off consistently tries to add a space between the spread operator and variable in something like
return(...fobar);
Turns it into
return(... fubar);
which then fails to pass eslint rules my company forces on us. I can find nothing in the settings that controls this.