ModelHandle/tools/jshintconfig.json
2014-10-24 17:35:26 +02:00

19 lines
296 B
JSON

{
"maxerr" : 50,
"curly" : true,
"forin" : true,
"latedef" : true,
"nonew" : true,
"quotmark" : true,
"unused" : true,
"funcscope" : true,
"lastsemic" : true,
"loopfunc" : true,
"shadow" : true,
"globals" : {
"JSM" : false,
"THREE" : false,
"requestAnimationFrame" : false
}
}