Skip to content

Commit

Permalink
Merge pull request #69 from line/fix/recursive-flag
Browse files Browse the repository at this point in the history
fix: recursive flag
  • Loading branch information
kazushisan authored Nov 24, 2024
2 parents fecb226 + 725ee90 commit 49022fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cli
skip,
mode: options.check ? 'check' : 'write',
projectRoot: cwd(),
recursive: !!options.experimentalRecursive,
recursive: !!options.recursive,
});
});

Expand Down

0 comments on commit 49022fd

Please sign in to comment.