Skip to content

Commit eac9d1d

Browse files
authored
chore: remove explicit-any from config map empty screen (podman-desktop#11435)
### What does this PR do? Removes no-explicit-any ### Screenshot / video of UI <!-- If this PR is changing UI, please include screenshots or screencasts showing the difference --> N/A ### What issues does this PR fix or reference? <!-- Include any related issues from Podman Desktop repository (or from another issue tracker). --> Part of podman-desktop#10603 ### How to test this PR? <!-- Please explain steps to verify the functionality, do not forget to provide unit/component tests --> - [X] Tests are covering the bug fix or the new feature Signed-off-by: Charlie Drage <[email protected]>
1 parent 36028c5 commit eac9d1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/renderer/src/lib/configmaps-secrets/ConfigMapSecretEmptyScreen.spec.ts

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* SPDX-License-Identifier: Apache-2.0
1717
***********************************************************************/
1818

19-
/* eslint-disable @typescript-eslint/no-explicit-any */
20-
2119
import '@testing-library/jest-dom/vitest';
2220

2321
import { render, screen } from '@testing-library/svelte';

0 commit comments

Comments
 (0)