I\'m setting up a new React with the help of: https://github.com/facebookincubator/create-react-app
However, I\'m running into a linting issue. I\'m receiving the fo
According to this issue comment.
It appears to be because you have installed eslint 4.x when you should just use the eslint version that is shipped with create-react-app. You should remove any eslint you have manually installed and use the one that comes with the repo.
eslint 4.x