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 9cd2b70 commit 809f46bCopy full SHA for 809f46b
src/cli/runCli.ts
@@ -35,7 +35,7 @@ export const runCli = async (
35
36
const parsedArgv = {
37
config: "./.eslintrc.js",
38
- ...(command.parse(rawArgv) as Partial<TSLintToESLintSettings>),
+ ...command.parse(rawArgv).opts(),
39
};
40
41
const programOptions = command.opts();
0 commit comments