We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dab059 commit 59afddbCopy full SHA for 59afddb
1 file changed
packages/cli/src/migration/migrator.ts
@@ -647,7 +647,6 @@ function rewritePrettierLintStagedConfigFiles(projectPath: string, report?: Migr
647
rewriteToolLintStagedConfigFiles(projectPath, rewritePrettier, 'prettier', report);
648
}
649
650
-// Remove deprecated tsconfig options from all tsconfig*.json files in the given directory.
651
function cleanupDeprecatedTsconfigOptions(
652
projectPath: string,
653
silent = false,
0 commit comments