Skip to content

Commit bde21c1

Browse files
authored
Merge pull request #5 from DiFuks/inline-badge
fix: Eslint
2 parents a280ebc + b9d01c6 commit bde21c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export const cleanGoogleRecaptcha = (scriptId: string, container?: HTMLElement |
112112
cleanBadge(container);
113113

114114
// remove old config from window
115+
/* eslint-disable @typescript-eslint/no-explicit-any */
115116
(window as any).___grecaptcha_cfg = undefined;
116117

117118
// remove script

0 commit comments

Comments
 (0)