DEV Community

Discussion on: Semi colons;

Collapse
 
joelnet profile image
JavaScript Joel

Here's the deal. Pick semi or no semi. Use a linter and format on save. Stop worrying about it.

One I started formatting on save, I stopped caring as much.

Just add long as your code is consistent across the whole project, that is already a win.

Collapse
 
davidszabo97 profile image
Dávid Szabó

This is the correct answer. Linter will take care of the edge cases and warning you if something is wrong.