vue cli를 설치한 후 vue.config.js파일에서 다음과 같은 에러가 발생했다.
Parsing error: No Babel config file detected... 에러의 경우 VSCode에서 프로젝트의 ESLint 설정 파일을 인식하는 부분에서 에러가 난 것으로 json파일에 아래와 같이 작성하면 해결할 수 있다.
Parsing error: No Babel config file detected...
"eslint.workingDirectories": [ {"mode": "auto"} ],