enable import-pattern tslint rule

This commit is contained in:
Johannes Rieken 2016-11-11 17:32:51 +01:00
parent a39eaecd1c
commit 9e01b5901c

View file

@ -44,11 +44,15 @@
}
],
"import-patterns": [
false,
true,
{
"target": "**/{node,electron-browser,electron-main}/**",
"restrictions": "**/*"
},
{
"target": "**/**.test.ts",
"restrictions": "{**/vs/**,assert,sinon}"
},
{
"target": "**/{common,browser,workbench}/**",
"restrictions": "{**/vs/**,assert}"