提交 6f3ef708 编写于 作者: A Alex Dima

Add tslint rules for editor/test/common

上级 f2e19117
......@@ -148,6 +148,20 @@
"**/vs/editor/common/**"
]
},
{
"target": "**/vs/editor/test/common/**",
"restrictions": [
"assert",
"vs/nls",
"**/vs/base/common/**",
"**/vs/platform/*/common/**",
"**/vs/platform/*/test/common/**",
"**/vs/editor/common/**",
"**/vs/editor/contrib/wordOperations/**", // TODO@Alex
"**/vs/editor/contrib/folding/common/**", // TODO@Alex
"**/vs/editor/test/common/**"
]
},
{
"target": "**/vs/editor/browser/**",
"restrictions": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册