Skip to content

Commit d9e1f67

Browse files
committed
refactor(migrate): remove redundant comment on cleanupDeprecatedTsconfigOptions
1 parent ccac660 commit d9e1f67

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/cli/src/migration/migrator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ function rewritePrettierLintStagedConfigFiles(projectPath: string, report?: Migr
647647
rewriteToolLintStagedConfigFiles(projectPath, rewritePrettier, 'prettier', report);
648648
}
649649

650-
// Remove deprecated tsconfig options from all tsconfig*.json files in the given directory.
651650
function cleanupDeprecatedTsconfigOptions(
652651
projectPath: string,
653652
silent = false,

0 commit comments

Comments
 (0)