Browse Source

[fix] eslint - option configFile changed to overrideConfigFile

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

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 3 years ago
parent
commit
15758f1ac2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/static/themes/simple/gruntfile.js

+ 1 - 1
searx/static/themes/simple/gruntfile.js

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