eslint Failed to load config "react-app" to extend from. when making changes in project – Ubuntu
I created a react app using yarn create react-app. Then I run yarn start and the project run properly on localhost. However, when I make an edit to a file (add a new tag, rename contents of a div..) the…