tslint removal

This commit is contained in:
Johannes Rieken
2020-01-03 09:01:41 +01:00
parent 37b071f439
commit ca8a717f5e
10 changed files with 17 additions and 87 deletions

View File

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