Skip to content

Instantly share code, notes, and snippets.

@hansfpc
Created June 13, 2018 18:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hansfpc/4948b38e814b45022f62beb96ff4dfe8 to your computer and use it in GitHub Desktop.
Save hansfpc/4948b38e814b45022f62beb96ff4dfe8 to your computer and use it in GitHub Desktop.
What you need to keep not using semicolons in JS.
There are three simple (and similar) rules to remember:
* Don't start a new line with parentheses,
* don't start a new line with a bracket,
* don't start a new line with a backtick.
And that's it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment