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

Move tslint settings to tslint.json

上级 669b83d5
......@@ -16,8 +16,6 @@
"i18n/**": true,
"extensions/**/out/**": true
},
"tslint.enable": true,
"tslint.rulesDirectory": "build/lib/tslint",
"lcov.path": [
"./.build/coverage/lcov.info",
"./.build/coverage-single/lcov.info"
......
{
"rulesDirectory": [
"build/lib/tslint"
],
"rules": {
"no-unused-expression": true,
"no-duplicate-variable": true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册