Recently, we\'ve upgraded to ESLint 3.0.0 and started to receive the following message running the grunt eslint
task:
> $ grunt eslint
Running \"
Try to swap config
with configFile
. Then :
eslint.json
file and Gruntfile.js
file)eslint.json
), i.e.:.
{
"rules": {
"eqeqeq": "off",
"curly": "warn",
"quotes": ["warn", "double"]
}
}
for more examples, go here.