1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-24 00:58:07 +02:00
pdf.js/.jshintrc
2013-07-01 11:25:46 -05:00

22 lines
339 B
Text

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