Skip to content

Commit fb52fb9

Browse files
committed
Removed type ignore
1 parent 46f8f8c commit fb52fb9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cli.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ async function main() {
140140
submitOnMissingSnapshot: argv["submit-on-missing-snapshot"] as boolean,
141141
forceSubmission: argv["force-submission"] as boolean,
142142
submitLanguages: (argv["submit-languages"] as string[] | undefined) || undefined,
143-
// Pass through as part of options bag used by submission helper via collector
144-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
145-
// @ts-ignore
146143
componentDetectionBinPath: argv["component-detection-bin"] as string | undefined,
147144
}) : undefined;
148145

0 commit comments

Comments
 (0)