Fix after NPM package update

This commit is contained in:
Ian Gilman 2021-12-17 15:03:56 -08:00
parent bdcd078b46
commit 9ab6a5ac69

View File

@ -197,7 +197,7 @@ module.exports = function(grunt) {
},
eslint: {
options: {
configFile: '.eslintrc.json'
overrideConfigFile: '.eslintrc.json'
},
target: sources
},