Skip to content

Instantly share code, notes, and snippets.

@mmuchin
Last active December 16, 2015 18:09
Show Gist options
  • Save mmuchin/5475464 to your computer and use it in GitHub Desktop.
Save mmuchin/5475464 to your computer and use it in GitHub Desktop.
jshint settings file.
{
"asi" : false,
"boss": true,
"browser": true,
"curly": true,
"debug" : false,
"devel" : false,
"eqeqeq": true,
"eqnull": true,
"es5" : false,
"esnext" : false,
"evil": false,
"expr": true,
"forin": true,
"immed": true,
"indent": 8,
"jquery" : true,
"latedef": true,
"laxbreak": true,
"loopfunc" : false,
"maxparams": 4,
"noarg": true,
"noempty" : false,
"nonew" : true,
"onevar": true,
"regexdash": false,
"shadow" : false,
"sub": false,
"supernew" : false,
"trailing": true,
"undef": true,
"unused": false,
"wsh": true,
"predef": [
"confirm",
"alert",
"Wave",
"Keyora",
"ko",
"_",
"define",
"require",
"QUnit",
"module",
"test",
"start",
"stop",
"ok",
"chai",
"beforeEach",
"it",
"describe",
"moment",
"amplify"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment