Skip to content

Instantly share code, notes, and snippets.

@syranez
Created May 15, 2012 21:57
Show Gist options
  • Save syranez/2705465 to your computer and use it in GitHub Desktop.
Save syranez/2705465 to your computer and use it in GitHub Desktop.
I think this is irony. (found in jshint.) (curly: "This option requires you to always put curly braces around blocks in loops and conditionals. JavaScript allows you to omit curly braces when the block consists of only one statement")
2852 if (!stmt || option.curly)
2853 warning("Expected '{a}' and instead saw '{b}'.",
2854 nexttoken, '{', nexttoken.value);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment