code-debug/test
Simon Marchi 1244e4133c Enable tslint with basic rules
Add tslint as a plugin to tsc, so that they will show up in vscode or
whatever editor people use.  I only enabled two basic rules that I think
are very useful, prefer-const and no-var-keyword.  Violations of these
rules were fixed with "tslint -p . --fix".  There was one unused
variable (in the isExpandable) function that I removed by hand.
2018-07-17 18:19:37 -04:00
..
gdb_expansion.test.ts Enable tslint with basic rules 2018-07-17 18:19:37 -04:00
index.ts Enable tslint with basic rules 2018-07-17 18:19:37 -04:00
mi_parse.test.ts Enable tslint with basic rules 2018-07-17 18:19:37 -04:00