comunic/3rdparty/pdf.js/.jshintrc

27 lines
411 B
Plaintext
Raw Normal View History

2016-11-19 11:08:12 +00:00
{
// Environments
"browser": true,
"devel": true,
"worker": true,
// Enforcing
"maxlen": 80,
"quotmark": "single",
"trailing": true,
"curly": true,
"undef": true,
"noarg": true,
"nonbsp": true,
"eqeqeq": true,
// Relaxing
"boss": true,
"funcscope": true,
"globalstrict": true,
"loopfunc": true,
"maxerr": 1000,
"nonstandard": true,
"sub": true,
"validthis": true
}