added TSLint for TypeScript code style checking, fixed associated errors

This commit is contained in:
alecmerdler 2017-06-19 23:17:42 -07:00
parent 6a7722cadb
commit 41e7e559a6
43 changed files with 253 additions and 730 deletions

View file

@ -21,7 +21,7 @@ var config = {
module: {
rules: [
{
test: /\.tsx?$/,
test: /\.ts?$/,
use: ["ts-loader"],
exclude: /node_modules/
},