Hacker News new | ask | show | jobs
by quicklime 3208 days ago
Some JavaScript style standards require no semicolons at the end of lines: https://standardjs.com/rules.html#semicolons
2 comments

Yes, but he means no semicolon only on the last statement of a function, I believe.
I made the switch earlier this year and I don't think I would ever willingly go back. It just looks so much more parsable. Semicolons at the end of my statements just look ugly and savage now.