Wordpress/tests/qunit/.jshintrc
Sergey Biryukov b936a4131d 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
2020-09-15 10:07:29 +00:00

8 lines
104 B
Plaintext

{
"globals": {
"QUnit" : false,
"_" : false,
"jQuery" : false
}
}