Failed to load config "react-app" to extend from. 오류해결
강의를 들으면서 공부를 잘 하고 있던 도중에 package.json, eslint-cofig-react--app이 충돌이 일어나 Failed to load config "react-app" to extend from 이라는 오류가 나왔다 ㅎ.ㅎ
해결방법
구글링을 하던 중 해결방법을 찾아서 나중에 보고 해결하고자 포스팅 합니다!
npm install eslint-config-react-app
or
yarn add eslint-config-react-app
필자는 여기서 yarn add -D eslint-config-react-app으로 설치하기는 했습니다! (-D devDependencies로 설치)
해결완료!