adding some pre defined variables from common.js to the JSHint rules

This commit is contained in:
El RIDO 2018-01-06 08:24:42 +01:00
parent 56dab60427
commit 49fffbb876
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@
"globals": {
"sjcl": false,
"DOMPurify": false
},
"predef": {
"cleanup": true,
"jsc": false,
"jsdom": true
}
}