Skip to content

Commit

Permalink
Merge pull request #2611 from headlamp-k8s/fix-ci-eslint-stuff
Browse files Browse the repository at this point in the history
plugins: Fix vitest placeholder type
  • Loading branch information
joaquimrocha authored Dec 6, 2024
2 parents c0d0908 + 8bd6a20 commit febe777
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/headlamp-plugin/vite-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ declare module '*.svg?react' {
export default content;
}

declare global {
const vi: any;
}
declare const vi: any;

interface ImportMeta {
env: any;
Expand Down

0 comments on commit febe777

Please sign in to comment.