Wordpress/tests/qunit/.jshintrc
Sergey Biryukov d9514d19f1 Build/Test Tools: Remove unused legacy globals from JSHint config for QUnit.
Follow-up to [47512].

Props TimoTijhof.
Fixes #51312. See #37117.

git-svn-id: https://develop.svn.wordpress.org/trunk@48977 602fd350-edb4-49c9-b593-d223f7449a82
2020-09-15 10:02:22 +00:00

7 lines
76 B
Plaintext

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