mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-02 14:49:16 +02:00
23 lines
336 B
Text
23 lines
336 B
Text
{
|
|
"browser": true,
|
|
"devel": true,
|
|
"worker": true,
|
|
|
|
"trailing": true,
|
|
"strict": false,
|
|
|
|
"boss": true,
|
|
"funcscope": true,
|
|
"globalstrict": true,
|
|
"loopfunc": true,
|
|
"maxerr": 1000,
|
|
"nonstandard": true,
|
|
"sub": true,
|
|
"validthis": true,
|
|
|
|
"globals": {
|
|
"_": false,
|
|
"define" : false,
|
|
"module" : false
|
|
}
|
|
}
|