summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
-rw-r--r--searx/static/themes/simple/gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js
index c2cbad315..bd04b2468 100644
--- a/searx/static/themes/simple/gruntfile.js
+++ b/searx/static/themes/simple/gruntfile.js
@@ -35,7 +35,7 @@ module.exports = function (grunt) {
},
eslint: {
options: {
- overrideConfigFile: '.eslintrc.json',
+ overrideConfigFile: 'eslint.config.mjs',
failOnError: true,
fix: grunt.option('fix')
},