Skip to content

Commit

Permalink
Process all extensions by default
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Feb 20, 2024
1 parent 92b2b4d commit 7f2e124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/getJsCodeshiftParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit 7f2e124

Please sign in to comment.