mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix extension linting warnings and enable extension linting in pipelines (#16922)
* Fix extension linting errors * fix test
This commit is contained in:
2
extensions/types/lib.textEncoder.d.ts
vendored
2
extensions/types/lib.textEncoder.d.ts
vendored
@@ -7,5 +7,7 @@
|
||||
//
|
||||
// Proper fix: https://github.com/microsoft/TypeScript/issues/31535
|
||||
|
||||
/* eslint-disable no-var */
|
||||
|
||||
declare var TextDecoder: typeof import('util').TextDecoder;
|
||||
declare var TextEncoder: typeof import('util').TextEncoder;
|
||||
|
||||
Reference in New Issue
Block a user