pdf.js/.jshintrc

20 lines
279 B
Plaintext
Raw Normal View History

2013-01-31 18:29:37 -05: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
}