Skip to content

Instantly share code, notes, and snippets.

@CelticParser
Created September 14, 2015 20:01
Show Gist options
  • Save CelticParser/a0eb601cecddd0617501 to your computer and use it in GitHub Desktop.
Save CelticParser/a0eb601cecddd0617501 to your computer and use it in GitHub Desktop.
.jshintrc Template for StaticSmith Modules
{
"undef": false,
"esnext": true,
"laxbreak": true,
"laxcomma": true,
"indent": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment