pdf.js/.jshintrc

21 lines
295 B
Plaintext
Raw Normal View History

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