본문 바로가기
STUDY/다스리는 개발병아리🐥

Parsing error: No Babel config file detected for

by 스리스리12345 2023. 4. 13.

Parsing error: No Babel config file detected for C:(경로).

Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.

 

 

ESLint extension - settings.json 에 

"eslint.workingDirectories": [

{"mode": "auto"}

],

추가

참고 : https://www.inflearn.com/questions/455705/parsing-error-no-babel-config-file-detected-%EC%97%90%EB%9F%AC%EB%AC%B8%EC%9D%98%EB%93%9C%EB%A6%AC%EA%B2%A0%EC%8A%B5%EB%8B%88%EB%8B%A4

'STUDY > 다스리는 개발병아리🐥' 카테고리의 다른 글

eslint-disable vue/multi-word-component-names  (0) 2023.04.19
vscode 저장시 자동정렬  (0) 2023.04.18
mapper / repository 차이  (0) 2023.03.28
vscode 언어설정  (0) 2023.03.12
eclipse mustache 한글깨짐  (0) 2023.03.05