mirror of
https://github.com/searxng/searxng
synced 2024-11-05 06:01:05 +00:00
[fix] eslint - option configFile changed to overrideConfigFile
https://github.com/sindresorhus/grunt-eslint/pull/171 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
d06135e48f
commit
15758f1ac2
@ -14,7 +14,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
eslint: {
|
||||
options: {
|
||||
configFile: '.eslintrc.json',
|
||||
overrideConfigFile: '.eslintrc.json',
|
||||
failOnError: false
|
||||
},
|
||||
target: [
|
||||
|
Loading…
Reference in New Issue
Block a user