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

@@ -41,6 +41,8 @@ jobs:
name: Run TSLint Checks
- run: yarn monaco-compile-check
name: Run Monaco Editor Checks
- run: yarn valid-globals-check
name: Run Valid Globals Checks
- run: yarn compile
name: Compile Sources
- run: yarn download-builtin-extensions
@@ -73,6 +75,8 @@ jobs:
name: Run TSLint Checks
- run: yarn monaco-compile-check
name: Run Monaco Editor Checks
- run: yarn valid-globals-check
name: Run Valid Globals Checks
- run: yarn compile
name: Compile Sources
- run: yarn download-builtin-extensions
@@ -102,6 +106,8 @@ jobs:
name: Run TSLint Checks
- run: yarn monaco-compile-check
name: Run Monaco Editor Checks
- run: yarn valid-globals-check
name: Run Valid Globals Checks
- run: yarn compile
name: Compile Sources
- run: yarn download-builtin-extensions