Skip to content

Commit

Permalink
[fix] eslint - option configFile changed to overrideConfigFile
Browse files Browse the repository at this point in the history
sindresorhus/grunt-eslint#171

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
  • Loading branch information
return42 committed Oct 22, 2021
1 parent ec07ad4 commit 3067fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searx/static/themes/simple/gruntfile.js
Expand Up @@ -14,7 +14,7 @@ module.exports = function(grunt) {
},
eslint: {
options: {
configFile: '.eslintrc.json',
overrideConfigFile: '.eslintrc.json',
failOnError: false
},
target: [
Expand Down

0 comments on commit 3067fef

Please sign in to comment.