pdf.js/.jshintrc
2013-01-31 19:12:44 -05:00

20 lines
279 B
Plaintext

{
// 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
}