1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 01:28:06 +02:00
pdf.js/.jshintrc

23 lines
339 B
Text
Raw Normal View History

2013-01-31 18:29:37 -05:00
{
// Environments
"browser": true,
"devel": true,
"es5": true,
"worker": true,
// Enforcing
2013-02-02 16:49:19 -06:00
"maxlen": 80,
2013-02-02 17:00:13 -06:00
"quotmark": "single",
2013-07-01 11:25:46 -05:00
"trailing": true,
2013-01-31 18:29:37 -05:00
// Relaxing
"boss": true,
"funcscope": true,
"globalstrict": true,
"loopfunc": true,
"maxerr": 1000,
"nonstandard": true,
"sub": true,
"validthis": true
}