Update linting file (#7886)

* update linting file

* update pr template
This commit is contained in:
Anthony Dresser
2019-10-22 00:26:03 -07:00
committed by GitHub
parent 1e22f47304
commit 65fb77ef5c
2 changed files with 7 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
<!-- Thank you for submitting a Pull Request. Please: <!-- Thank you for submitting a Pull Request. Please:
* Read our Pull Request guidelines: * Read our Pull Request guidelines:
https://github.com/Microsoft/vscode/wiki/How-to-Contribute#pull-requests. https://github.com/Microsoft/azuredatastudio/wiki/How-to-Contribute#pull-requests.
* Associate an issue with the Pull Request. * Associate an issue with the Pull Request.
* Ensure that the code is up-to-date with the `master` branch. * Ensure that the code is up-to-date with the `master` branch.
* Include a description of the proposed changes and how to test them. * Include a description of the proposed changes and how to test them.
--> -->
This PR fixes # This PR fixes #

View File

@@ -101,7 +101,7 @@
"restrictions": [ "restrictions": [
"vs/nls", "vs/nls",
"**/{vs,sql}/base/{common,browser,node}/**", "**/{vs,sql}/base/{common,browser,node}/**",
"*" // node modules "!path" // node modules (except path where we have our own impl)
] ]
}, },
{ {
@@ -141,7 +141,7 @@
"vs/nls", "vs/nls",
"**/{vs,sql}/base/{common,browser,node}/**", "**/{vs,sql}/base/{common,browser,node}/**",
"**/{vs,sql}/base/parts/*/{common,browser,node}/**", "**/{vs,sql}/base/parts/*/{common,browser,node}/**",
"*" // node modules "!path" // node modules (except path where we have our own impl)
] ]
}, },
{ {
@@ -151,7 +151,7 @@
"vs/css!./**/*", "vs/css!./**/*",
"**/{vs,sql}/base/{common,browser,node,electron-browser}/**", "**/{vs,sql}/base/{common,browser,node,electron-browser}/**",
"**/{vs,sql}/base/parts/*/{common,browser,node,electron-browser}/**", "**/{vs,sql}/base/parts/*/{common,browser,node,electron-browser}/**",
"*", // node modules "!path", // node modules (except path where we have our own impl)
"@angular/*", "@angular/*",
"rxjs/*" "rxjs/*"
] ]
@@ -162,7 +162,7 @@
"vs/nls", "vs/nls",
"**/{vs,sql}/base/{common,browser,node,electron-main}/**", "**/{vs,sql}/base/{common,browser,node,electron-main}/**",
"**/{vs,sql}/base/parts/*/{common,browser,node,electron-main}/**", "**/{vs,sql}/base/parts/*/{common,browser,node,electron-main}/**",
"*", // node modules "!path", // node modules (except path where we have our own impl)
"@angular/*", "@angular/*",
"rxjs/*" "rxjs/*"
] ]