Next.js ESLint > Next.js ESLint Config Next.js에서는 3가지 ESLint 옵션이 있습니다. Strict Base Cancel Strict, Base 옵션을 선택하면 eslint, eslint-conifg-next가 devDependencies에 추가되어 자동으로 설치됩니다. *eslint-config-next - ESLint 플러그인 eslint-plugin-react, eslint-plugin-react-hooks, eslint-plugin-next의 ✅Recommended rule-sets을 포함하고 있습니다. Prettier *eslint-config-prettier ESLint도 코드 스타일 rule을 가지고 있기 때문에 Prettier 기능과 충돌할 수 있습니..