diff --git a/src/utils/getJsCodeshiftParser.ts b/src/utils/getJsCodeshiftParser.ts index 2a765ee2b..e595898a0 100644 --- a/src/utils/getJsCodeshiftParser.ts +++ b/src/utils/getJsCodeshiftParser.ts @@ -76,7 +76,8 @@ export const getJsCodeshiftParser = () => }, extensions: { display_index: 3, - default: "js", + // Refs: https://github.com/facebook/jscodeshift/issues/582 + // default: "js", help: "transform files with these file extensions (comma separated list)", metavar: "EXT", },