From eded02af1fa23e1bf1ca1378807b35c9176da073 Mon Sep 17 00:00:00 2001 From: Anthony Heber Date: Wed, 31 Jul 2024 16:46:28 -0600 Subject: [PATCH] Fix eslint error --- src/commands/warp/apex.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/warp/apex.ts b/src/commands/warp/apex.ts index 9feafda..e8776dd 100644 --- a/src/commands/warp/apex.ts +++ b/src/commands/warp/apex.ts @@ -1,3 +1,4 @@ +/* eslint-disable sf-plugin/flag-summary */ // had problems with 'target-org' flag an couldn't escape only that line /* eslint-disable @typescript-eslint/no-explicit-any */ import { SfCommand, Flags } from '@salesforce/sf-plugins-core'; import { Messages } from '@salesforce/core';