From 822aeb99f54a905b9678c269905cbf87ff892c4f Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Fri, 28 Apr 2023 16:00:47 -0400 Subject: [PATCH] Fix small lint issues (#479) --- src/DebugConfigurationProvider.ts | 2 -- webviews/src/shared/OdcSetManualIpAddress.svelte | 7 ------- 2 files changed, 9 deletions(-) diff --git a/src/DebugConfigurationProvider.ts b/src/DebugConfigurationProvider.ts index eda980f4..3e8e83b7 100644 --- a/src/DebugConfigurationProvider.ts +++ b/src/DebugConfigurationProvider.ts @@ -1,9 +1,7 @@ -/* eslint-disable no-template-curly-in-string */ import { util as bslangUtil } from 'brighterscript'; import * as dotenv from 'dotenv'; import * as path from 'path'; import * as fsExtra from 'fs-extra'; -import type { FileEntry } from 'roku-deploy'; import { DefaultFiles } from 'roku-deploy'; import * as rta from 'roku-test-automation'; import type { diff --git a/webviews/src/shared/OdcSetManualIpAddress.svelte b/webviews/src/shared/OdcSetManualIpAddress.svelte index ca44d1d0..58f302b3 100644 --- a/webviews/src/shared/OdcSetManualIpAddress.svelte +++ b/webviews/src/shared/OdcSetManualIpAddress.svelte @@ -21,13 +21,6 @@ #setManualIpAddress { padding-top: 10px; } - - .grid { - display: grid; - } - .col { - flex: 1; - }