Calling grunt-eslint
causes a Cannot find module 'eslint-plugin-react'
error that doesn't happen when calling eslint
directly from the command line.
I have eslint-plugin-react
installed globally.
Is there an easy way to make grunt eslint
behave the same way as eslint
?