pdf.js/.jshintrc
2013-02-02 17:00:13 -06:00

22 lines
319 B
Plaintext

{
// Environments
"browser": true,
"devel": true,
"es5": true,
"worker": true,
// Enforcing
"maxlen": 80,
"quotmark": "single",
// Relaxing
"boss": true,
"funcscope": true,
"globalstrict": true,
"loopfunc": true,
"maxerr": 1000,
"nonstandard": true,
"sub": true,
"validthis": true
}