mirror of https://github.com/searxng/searxng.git
[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