Recently, we\'ve upgraded to ESLint 3.0.0 and started to receive the following message running the grunt eslint task:
grunt eslint
> $ grunt eslint Running \"
The error you are facing is because your configuration is not present. To configure the eslint type
eslint --init
then configure as your requirement.
then execute the project again.