The thing with the semicolon is that it's not missing but intentionally left out as per the js standard style (https://github.com/feross/standard). If your linter is screaming about the missing semicolon (I know mine would if I added the semicolon) then we could add a configurable setting for toggling that.
The thing with the semicolon is that it's not missing but intentionally left out as per the js standard style (https://github.com/feross/standard). If your linter is screaming about the missing semicolon (I know mine would if I added the semicolon) then we could add a configurable setting for toggling that.
I opened an issue for that #6 Closing this PR.