We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f8f8c commit fb52fb9Copy full SHA for fb52fb9
src/cli.ts
@@ -140,9 +140,6 @@ async function main() {
140
submitOnMissingSnapshot: argv["submit-on-missing-snapshot"] as boolean,
141
forceSubmission: argv["force-submission"] as boolean,
142
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
146
componentDetectionBinPath: argv["component-detection-bin"] as string | undefined,
147
}) : undefined;
148
0 commit comments