Add tslint rules for editor/test/common

This commit is contained in:
Alex Dima 2017-06-19 10:39:39 +02:00
parent f2e1911761
commit 6f3ef708df

View file

@ -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": [