mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-06 14:24:04 -05:00
TS Lint for platform/*/common
This commit is contained in:
38
tslint.json
38
tslint.json
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user