You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
privatebin/.jshintrc

28 lines
505 B

{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"esversion": 5,
"forin": true,
"freeze": true,
"futurehostile": true,
"latedef": "nofunc",
"maxcomplexity": 7,
"maxdepth": 3,
"maxparams": 3,
"maxstatements": 100,
"noarg": true,
"nonbsp": true,
"nonew": true,
"singleGroups": true,
"strict": "global",
"undef": true,
"unused": true,
"jquery": true,
"globals": {
"sjcl": false,
"DOMPurify": false
}
}