Hacker News new | ask | show | jobs
by agency 3708 days ago
They address this directly - the only edge case with omiting semicolons is starting lines with ( or [ and they check this for you. See: https://github.com/feross/standard/blob/master/RULES.md#semi...