Built/Test Tools: Ignore the node_modules folder in Twenty Nineteen when running grunt jshint:themes.

Follow-up to [45060], [46352], [46450].

Fixes #49494. See #46706.

git-svn-id: https://develop.svn.wordpress.org/trunk@47348 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-02-23 08:26:15 +00:00
parent 2f10289ffb
commit dd859e48f2

View File

@ -564,10 +564,10 @@ module.exports = function(grunt) {
'twenty*/**/*.js',
'!twenty{eleven,twelve,thirteen}/**',
// Third party scripts.
'!twenty*/node_modules/**',
'!twenty{fourteen,fifteen,sixteen}/js/html5.js',
'!twentyseventeen/assets/js/html5.js',
'!twentyseventeen/assets/js/jquery.scrollTo.js',
'!twentytwenty/node_modules/**'
'!twentyseventeen/assets/js/jquery.scrollTo.js'
]
},
media: {