Skip to content

Commit b4e4dab

Browse files
committed
better import-pattern config
1 parent 9e01b59 commit b4e4dab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tslint.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@
4646
"import-patterns": [
4747
true,
4848
{
49-
"target": "**/{node,electron-browser,electron-main}/**",
49+
"target": "**/{node,electron-browser,electron-main,extensions}/**",
5050
"restrictions": "**/*"
5151
},
5252
{
53-
"target": "**/**.test.ts",
53+
"target": "{**/**.test.ts,**/test/**}",
5454
"restrictions": "{**/vs/**,assert,sinon}"
5555
},
5656
{
5757
"target": "**/{common,browser,workbench}/**",
58-
"restrictions": "{**/vs/**,assert}"
58+
"restrictions": "**/vs/**"
5959
}
6060
],
6161
"duplicate-imports": true

0 commit comments

Comments
 (0)