JS/React

React - ESLint: TypeError: this.libOptions.parse is not a function

shin96bc 2024. 3. 9. 18:19

원인

이 문제는 ESLint 8.23에 도입된 변경 사항으로 발생합니다.

 

해결법

ESLint를 다운그레이드 합니다.

npm install eslint@8.22.0 --save-exact