-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: enable tslint and fix tslint warnings (#1148)
* Enable tslint - clean up main.ts * Clean up tslint warings in rest of top-level ts files * WIP - eliminate more tslint warnings * Fix more tslint warnings * More TSLINT cleanup * More TSLINT warning cleanup * Close to final on TSLINT cleanup * Add recommended extensions.json * Address PR feedback, manually tested * Fix tslint warning on shadowed var name
- Loading branch information
1 parent
1347f99
commit 8d8f2d6
Showing
35 changed files
with
1,665 additions
and
1,592 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
// See http://go.microsoft.com/fwlink/?LinkId=827846 | ||
// for the documentation about the extensions.json format | ||
"recommendations": [ | ||
"msjsdiag.debugger-for-chrome", | ||
"ms-vscode.PowerShell", | ||
"eg2.tslint", | ||
"DavidAnson.vscode-markdownlint" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.