[fix] eslint - option configFile changed to overrideConfigFile

https://github.com/sindresorhus/grunt-eslint/pull/171

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
dependabot/pip/master/sphinx-6.1.3
Markus Heiser 3 years ago committed by Alexandre Flament
parent d06135e48f
commit 15758f1ac2

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

Loading…
Cancel
Save