Added the Gruntfile to its own ESLint task

This commit is contained in:
Christopher Allford 2020-05-04 20:58:58 -07:00
parent 9283e33a1c
commit 7a81d940ca
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ module.exports = function( grunt ) {
},
js: {
files: [
'GruntFile.js',
'<%= dirs.js %>/admin/*js',
'<%= dirs.js %>/frontend/*js',
'!<%= dirs.js %>/admin/*.min.js',