提交 147fee87 编写于 作者: J Johannes Rieken

enable tslint for our workspace

上级 157fbda8
......@@ -6,7 +6,9 @@
".git": true,
".build": true,
"**/.DS_Store": true,
"build/**/*.js": { "when": "$(basename).ts" }
"build/**/*.js": {
"when": "$(basename).ts"
}
},
"search.exclude": {
"**/node_modules": true,
......@@ -16,6 +18,7 @@
"i18n/**": true,
"extensions/**/out/**": true
},
"tslint.enable": true,
"lcov.path": [
"./.build/coverage/lcov.info",
"./.build/coverage-single/lcov.info"
......@@ -29,4 +32,4 @@
}
}
]
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册