Skip to content

[Prettier/CRLF] CRLF 줄 시퀀스 이슈 #5

@Last-SilverLight-End

Description

@Last-SilverLight-End

현재 발생 이슈

Prettier 내 구문 끝 자락에 Delete 오류 발생

버그 발생 과정

npm run start 하였을 시 실행은 되나 Prettier 오류 발생

현 상황 및 요청상황

.eslintrc.js 파일 내 아래와 같이 예외 처리 하여 진행 중

 rules: {
    'prettier/prettier': [
      'error',
      {
        endOfLine: 'auto',
      },
    ],
...

prettier 변경 및 수정 요청

참고할만한 자료 및 레퍼런스

https://noogoonaa.tistory.com/62
https://firsteast.tistory.com/148

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions