eslint 오류 고치기

리린·2021년 9월 2일
0

Nest.js

목록 보기
4/10

출처: https://noogoonaa.tistory.com/62

해결방법: .eslintrc 파일에서 다음과 같은 설정을 추가한다.

rules: {
        'prettier/prettier': [
            'error',
            {
                endOfLine: 'auto',
            },
        ],
    },
profile
개발자지망생

0개의 댓글