Build/Test Tools: Restore the `QUnit` global in JSHint config for QUnit.

Follow-up to [47512], [48977].

See #51312, #37117.

git-svn-id: https://develop.svn.wordpress.org/trunk@48978 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-09-15 10:07:29 +00:00
parent d9514d19f1
commit b936a4131d
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"globals": {
"QUnit" : false,
"_" : false,
"jQuery" : false
}