Tweak project typescript and linter settings

This commit is contained in:
James-Yu 2017-07-28 14:19:18 +08:00
parent a7852086c0
commit f355777a5f
2 changed files with 1 additions and 3 deletions

View File

@ -19,7 +19,6 @@
"target": "es6"
},
"exclude": [
"node_modules",
".vscode-test"
"node_modules"
]
}

View File

@ -7,7 +7,6 @@
"eofline": true,
"indent": [true, "spaces"],
"label-position": true,
"linebreak-style": [true, "LF"],
"no-angle-bracket-type-assertion": true,
"no-arg": true,
"no-conditional-assignment": true,