forked from Ponysearch/Ponysearch
[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
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module.exports = function(grunt) {
|
||||||
},
|
},
|
||||||
eslint: {
|
eslint: {
|
||||||
options: {
|
options: {
|
||||||
configFile: '.eslintrc.json',
|
overrideConfigFile: '.eslintrc.json',
|
||||||
failOnError: false
|
failOnError: false
|
||||||
},
|
},
|
||||||
target: [
|
target: [
|
||||||
|
|
Loading…
Reference in a new issue