소스 검색

Removes tslint problem matcher

main
Eric Amodio 5 년 전
부모
커밋
f0d4bb8ac5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      .vscode/tasks.json

+ 2
- 2
.vscode/tasks.json 파일 보기

@ -20,7 +20,7 @@
"type": "npm",
"script": "build",
"group": "build",
"problemMatcher": ["$ts-webpack", "$tslint-webpack"]
"problemMatcher": ["$ts-webpack"]
},
{
"type": "npm",
@ -36,7 +36,7 @@
"isDefault": true
},
"isBackground": true,
"problemMatcher": ["$ts-webpack-watch", "$tslint-webpack-watch"]
"problemMatcher": ["$ts-webpack-watch"]
}
]
}

불러오는 중...
취소
저장