Skip to content

Instantly share code, notes, and snippets.

@pereirinha
Last active September 22, 2015 14:38
Show Gist options
  • Save pereirinha/c72418379e92945c3e65 to your computer and use it in GitHub Desktop.
Save pereirinha/c72418379e92945c3e65 to your computer and use it in GitHub Desktop.
JS Linter settings
{
"maxerr" : 100,
"curly" : true,
"eqeqeq" : true,
"forin" : true,
"freeze" : true,
"latedef" : true,
"nonbsp" : true,
"undef" : true,
"unused" : "strict",
"strict" : true,
"browser" : true,
"devel" : true,
"predef" : [ "jQuery" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment