이 프로젝트는 next13 App Routing 프로젝트 보일러 플레이트 입니다.
문서 작성일 : 2023년 7월 14일
next.js 13 문서 https://nextjs.org/docs
개발언어로 typescript 를 사용한다.
사용하는 IDE에서 stylelint를 설정해야 한다.
eol
을 native
로 설정합니다.
git config --global core.eol native
macOS, linux autocrlf
를 input
으로 설정합니다.
git config --global core.autocrlf input
windows 에서는 autocrlf
를 auto
으로 설정합니다.
git config --global core.autocrlf auto
참조 : https://developpaper.com/solution-to-delete-%E2%90%8Deslint-prettier-prettier-error/
아래 개발 가이드 문서를 참조하십시오.