No semicolons? REALLY? We've already spoke about this, people. Let's see what Brendan Eich has to say about this: > My two cents: be careful not to use ASI as if it gave JS significant newlines. [1] and > ASI is (formally speaking) a syntactic error correction procedure. If you start to code as if it were a universal significant-newline rule, you will get into trouble. Calling it "standard JS" struck me as pretentiou…
https://github.com/brave/browser-laptop/blob/master/package....
^ Brendan's own company (Brave) uses `standard`, so it's clear he doesn't think omitting semicolons is so bad.