This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
wordpress
Watch
1
Star
0
Fork
0
You've already forked wordpress
mirror of
git://develop.git.wordpress.org/
synced
2025-02-12 10:50:25 +01:00
Code
Issues
Actions
24
Packages
Projects
Releases
Wiki
Activity
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 14:38:37 +00: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 10:07:29 +00: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 00:51:14 +00: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 14:38:37 +00:00
}
}
Reference in New Issue
Copy Permalink