This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
Wordpress
Watch
1
Star
0
Fork
0
You've already forked Wordpress
Code
Issues
Pull Requests
Releases
Wiki
Activity
21eb2f0d98
Wordpress
/
tests
/
qunit
/
.jshintrc
8 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add jshintrc to qunit. props jorbin. see #25187. git-svn-id: https://develop.svn.wordpress.org/trunk@25992 602fd350-edb4-49c9-b593-d223f7449a82
2013-10-30 15:38:37 +01:00
{
"globals": {
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 12:07:29 +02:00
"QUnit" : false,
Various JSHint fixes. see #26446. git-svn-id: https://develop.svn.wordpress.org/trunk@27131 602fd350-edb4-49c9-b593-d223f7449a82
2014-02-08 01:51:14 +01:00
"_" : false,
"jQuery" : false
Add jshintrc to qunit. props jorbin. see #25187. git-svn-id: https://develop.svn.wordpress.org/trunk@25992 602fd350-edb4-49c9-b593-d223f7449a82
2013-10-30 15:38:37 +01:00
}
}
Reference in New Issue
Copy Permalink