diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-10-22 10:03:45 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-11-17 20:17:47 +0100 |
| commit | 15758f1ac2aba37a2ce418a20ccacc43841aa3c8 (patch) | |
| tree | 42bf13b72011e9eb42db5a93dbfadf1a790311a1 | |
| parent | d06135e48f5f6f07278fd52695464db46c9f6ce8 (diff) | |
[fix] eslint - option configFile changed to overrideConfigFile
https://github.com/sindresorhus/grunt-eslint/pull/171
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
| -rw-r--r-- | searx/static/themes/simple/gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
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: [ |