pdf.js/.jshintrc

20 lines
279 B
Plaintext
Raw Normal View History

2013-02-01 08:29:37 +09:00
{
// Environments
"browser": true,
"devel": true,
"es5": true,
"worker": true,
// Enforcing
// Relaxing
"boss": true,
"funcscope": true,
"globalstrict": true,
"loopfunc": true,
"maxerr": 1000,
"nonstandard": true,
"sub": true,
"validthis": true
}