h5ai/.jshintrc

27 lines
447 B
Text
Raw Normal View History

2015-04-13 19:38:49 -04:00
{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"futurehostile": true,
"latedef": true,
"maxdepth": 3,
"noarg": true,
"nocomma": true,
"nonbsp": true,
"nonew": true,
"plusplus": true,
"strict": false,
"supernew": true,
"trailing": true,
"undef": true,
"unused": true,
"browser": true,
"globals": {
2015-04-16 21:02:48 -04:00
"modulejs": false
2015-04-13 19:38:49 -04:00
}
}