TS Lint for platform/*/common

This commit is contained in:
Alex Dima 2017-06-19 10:51:30 +02:00
parent 4e25d35572
commit 97af94c98b

View file

@ -118,25 +118,25 @@
"**/vs/base/parts/tree/browser/**"
]
},
// {
// "target": "**/vs/platform/test/common/**",
// "restrictions": [
// "assert",
// "**/vs/platform/platform",
// "**/vs/base/common/**"
// ]
// },
// {
// "target": "**/vs/platform/*/common/**",
// "restrictions": [
// "vs/nls",
// "**/vs/base/common/**",
// "**/vs/platform/*/common/**",
// "**/vs/platform/platform",
// "**/vs/base/parts/ipc/common/**",
// "**/vs/base/parts/quickopen/common/**"
// ]
// },
{
"target": "**/vs/platform/test/common/**",
"restrictions": [
"assert",
"**/vs/platform/platform",
"**/vs/base/common/**"
]
},
{
"target": "**/vs/platform/*/common/**",
"restrictions": [
"vs/nls",
"**/vs/base/common/**",
"**/vs/platform/*/common/**",
"**/vs/platform/platform",
"**/vs/base/parts/ipc/common/**",
"**/vs/base/parts/quickopen/common/**"
]
},
{
"target": "**/vs/editor/common/**",
"restrictions": [