tslint - rewrite globals rule to not use tslint (#87754)

* tslint - rewrite globals rule to not use tslint

* comments
This commit is contained in:
Benjamin Pasero
2019-12-27 08:57:03 +01:00
committed by GitHub
parent 8aa2191271
commit 7909462634
16 changed files with 404 additions and 317 deletions

View File

@@ -40,6 +40,9 @@ steps:
- script: |
yarn monaco-compile-check
displayName: Run Monaco Editor Checks
- script: |
yarn valid-globals-check
displayName: Run Valid Globals Checks
- script: |
yarn compile
displayName: Compile Sources