From 15758f1ac2aba37a2ce418a20ccacc43841aa3c8 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 22 Oct 2021 10:03:45 +0200 Subject: [PATCH] [fix] eslint - option configFile changed to overrideConfigFile https://github.com/sindresorhus/grunt-eslint/pull/171 Signed-off-by: Markus Heiser --- searx/static/themes/simple/gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js index f85f92a13..3d72a9270 100644 --- a/searx/static/themes/simple/gruntfile.js +++ b/searx/static/themes/simple/gruntfile.js @@ -14,7 +14,7 @@ module.exports = function(grunt) { }, eslint: { options: { - configFile: '.eslintrc.json', + overrideConfigFile: '.eslintrc.json', failOnError: false }, target: [