mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
34 lines
623 B
Plaintext
34 lines
623 B
Plaintext
{
|
|
"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,
|
|
"quotmark": "single",
|
|
"singleGroups": true,
|
|
"strict": "global",
|
|
"undef": true,
|
|
"unused": true,
|
|
"jquery": true,
|
|
"globals": {
|
|
"sjcl": false,
|
|
"DOMPurify": false
|
|
},
|
|
"predef": {
|
|
"cleanup": true,
|
|
"jsc": false,
|
|
"jsdom": true
|
|
}
|
|
}
|
|
|