블류_
chill days
블류_

블로그 메뉴

  • TIL
  • CS
  • 졸업작품[2018]
전체 방문자
오늘
어제
  • 분류 전체보기 (22)
    • logs (2)
      • 2018 (1)
    • TIL (17)
      • 졸업 작품 (3)
    • 책 (0)

공지사항

인기 글

최근 댓글

최근 글

hELLO · Designed By 정상우.
블류_

chill days

TIL

eslint : vscode formatOnSave

2023. 2. 16. 10:23
반응형

.vscode/setting.json

{
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    "typescript",
    "typescriptreact"
  ],
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
  },
}

 

하고 formatOnSave하니깐 잘됨 

참고한 링크 : 

How to Format Code on Save in VS Code with ESlint | Aleksandr Hovhannisyan

저작자표시 (새창열림)

'TIL' 카테고리의 다른 글

rxjs retry change parameter / rxjs retry 사용시 값 갱신 안됨  (0) 2023.05.16
Class-validator @Transform 사용시 @ValidateNested 동작 안함 ValidatedNested with transform not validating  (0) 2023.04.04
2023.02.11 letsencrypt certbot 자동 갱신 오류  (0) 2023.02.11
prisma relation deleteMany (개인 기록용)  (0) 2023.01.29
prisma - update error : An operation failed because it depends on one or more records that were required but not found. Record to update not found.  (0) 2023.01.05
    'TIL' 카테고리의 다른 글
    • rxjs retry change parameter / rxjs retry 사용시 값 갱신 안됨
    • Class-validator @Transform 사용시 @ValidateNested 동작 안함 ValidatedNested with transform not validating
    • 2023.02.11 letsencrypt certbot 자동 갱신 오류
    • prisma relation deleteMany (개인 기록용)
    블류_
    블류_
    github : https://github.com/eclatchung

    티스토리툴바