提交 e5fedee0 编写于 作者: E Erich Gamma

Enabled more tslint rules

上级 5e050753
......@@ -3,6 +3,14 @@
"no-unused-expression": true,
"no-unreachable": true,
"no-duplicate-variable": true,
"no-duplicate-key": true,
"no-unused-variable": true,
"curly": true,
"class-name": true,
"semicolon": true,
"no-unnecessary-semicolons": true,
"triple-equals": true,
"no-duplicate-case": true,
"no-unexternalized-strings": [
true,
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册