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
I had the same problem on a project with eslint installed globally. I solved this case by installing eslint manualy in the project: npm i eslint --save
bye jeff