Enable full TSLint check in build (#80191)

* build - run TSLint in our builds

* try out tslint
This commit is contained in:
Benjamin Pasero
2019-09-02 09:29:34 +02:00
committed by GitHub
parent 1cba911717
commit facfdbc510
6 changed files with 23 additions and 12 deletions

View File

@@ -32,8 +32,11 @@ steps:
yarn gulp electron-x64
displayName: Download Electron
- script: |
yarn gulp hygiene
yarn gulp hygiene --skip-tslint
displayName: Run Hygiene Checks
- script: |
yarn gulp tslint
displayName: Run TSLint Checks
- script: |
yarn monaco-compile-check
displayName: Run Monaco Editor Checks