mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
let JSHint use the globals in privatebin.js
This commit is contained in:
parent
82f2016214
commit
882f8d43bc
@ -20,13 +20,8 @@
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"jquery": true,
|
||||
"globals": {
|
||||
"sjcl": false,
|
||||
"DOMPurify": false
|
||||
},
|
||||
"predef": {
|
||||
"after": true,
|
||||
"Base64": false,
|
||||
"before": true,
|
||||
"cleanup": true,
|
||||
"console": true,
|
||||
@ -38,8 +33,8 @@
|
||||
"it": false,
|
||||
"jsc": false,
|
||||
"jsdom": true,
|
||||
"navigator": true,
|
||||
"require": false,
|
||||
"setTimeout": false,
|
||||
"window": true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user