Build: Ignore JSHint errors in Twenty Seventeen's third party libraries.

`html5.js` and `jquery.scrollTo.js` are external libraries, so don't need to be checked by JSHint.

Props kadamwhite.
Fixes #38376.


Built from https://develop.svn.wordpress.org/trunk@38836


git-svn-id: http://core.svn.wordpress.org/trunk@38779 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2016-10-20 05:44:30 +00:00
parent 6b46336251
commit e51531a425
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38835';
$wp_version = '4.7-alpha-38836';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.