mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Merge from vscode 0f73473c08055054f317c1c94502f7f39fdbb164 (#6892)
* Merge from vscode 0f73473c08055054f317c1c94502f7f39fdbb164 * fix tslinting
This commit is contained in:
@@ -252,7 +252,7 @@ gulp.task('tslint', () => {
|
||||
.pipe(filter(tslintExtensionsFilter))
|
||||
.pipe(gulptslint.default({ rulesDirectory: 'build/lib/tslint' }))
|
||||
.pipe(gulptslint.default.report({ emitError: true }))
|
||||
]).pipe(es.through()); // {{SQL CARBON EDIT}} fix issue
|
||||
]).pipe(es.through());
|
||||
});
|
||||
|
||||
function hygiene(some) {
|
||||
|
||||
Reference in New Issue
Block a user