chore: remove disablement of no-explicit any from kube-context extension (#10804)

Signed-off-by: Sonia Sandler <ssandler@redhat.com>
This commit is contained in:
Sonia Sandler 2025-01-24 09:24:48 -05:00 committed by GitHub
parent a07fd4e587
commit 5b789b3494
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,8 +16,6 @@
* SPDX-License-Identifier: Apache-2.0
***********************************************************************/
/* eslint-disable @typescript-eslint/no-explicit-any */
import * as fs from 'node:fs';
import * as podmanDesktopApi from '@podman-desktop/api';