esformatter plugin: always put a space around exclamation points
npm install esformatter-special-bangs*Esformatter-special-bangs is a plugin for esformatter that does a very simple thing: it inserts a space after a ! in the code.
This is because our coding standard requires a space after !, but not after any other unary operator.