Skip to content

Commit c8911e3

Browse files
committed
Add W058 to ignored JSHint errors
1 parent b47db54 commit c8911e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/_enqueues/deprecated/fakejshint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @see https://core.trac.wordpress.org/ticket/64558
1111
*/
1212

13-
/* jshint -W057 */
13+
/* jshint -W057, -W058 */
1414
var fakeJSHINT = new function() {
1515
var syntax, errors;
1616
var that = this;

0 commit comments

Comments
 (0)