Skip to content

Commit

Permalink
Layering rules
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed May 22, 2019
1 parent 21d523e commit 24d4275
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ out-editor-min/
out-monaco-editor-core/
out-vscode/
out-vscode-min/
out-vscode-reh/
out-vscode-reh-min/
out-vscode-reh-pkg/
build/node_modules
coverage/
test_data/
Expand Down
13 changes: 13 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,19 @@
"*" // node modules
]
},
{
"target": "**/vs/agent/**",
"restrictions": [
"vs/nls",
"**/vs/base/**/{common,node}/**",
"**/vs/base/parts/**/{common,node}/**",
"**/vs/platform/**/{common,node}/**",
"**/vs/workbench/**/{common,node}/**",
"**/vs/agent/**",
"**/vs/code/**/{common,node}/**",
"*" // node modules
]
},
{
"target": "**/{node,electron-browser,electron-main,extensions}/**",
"restrictions": "**/*"
Expand Down

0 comments on commit 24d4275

Please sign in to comment.