Skip to content

Instantly share code, notes, and snippets.

@sanketmeghani
Created September 3, 2017 10:48
Show Gist options
  • Save sanketmeghani/802052cbec0e8ad0ae9d039bee6d7233 to your computer and use it in GitHub Desktop.
Save sanketmeghani/802052cbec0e8ad0ae9d039bee6d7233 to your computer and use it in GitHub Desktop.
Automatic semicolon insertion as per rule #3
let myFunction = () => {
return;
}
const result = myFunction()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment