Upgrade typescript-eslint version (#39242)

* Upgrade typescript-eslint version

* Update TS version used by typescript-eslint
This commit is contained in:
Ron Buckton
2020-06-24 16:43:03 -07:00
committed by GitHub
parent a3ee09ddc9
commit cc7cb9eadb
8 changed files with 135 additions and 127 deletions

View File

@@ -1,5 +1,4 @@
namespace Harness {
// eslint-disable-next-line @typescript-eslint/interface-name-prefix
export interface IO {
newLine(): string;
getCurrentDirectory(): string;