yarn create next-app --typescript

yarn add eslint@^7.32.0 --dev

next.js 11.1.2 버전 기준으로 설치되는 eslint 8.1 버전은 아직 next.js에서 호환이 되지 않는다.

7.32버전으로 낮춘다.