19 lines
296 B
JSON
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
|
|
}
|
|
}
|