adding some pre defined variables from common.js to the JSHint rules
This commit is contained in:
parent
56dab60427
commit
49fffbb876
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@
|
|||
"globals": {
|
||||
"sjcl": false,
|
||||
"DOMPurify": false
|
||||
},
|
||||
"predef": {
|
||||
"cleanup": true,
|
||||
"jsc": false,
|
||||
"jsdom": true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue