Skip to content

Commit ea4275d

Browse files
committed
quick fix for no-implicit-this
1 parent c9c1c48 commit ea4275d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin-support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async function runTransform(binRoot, transformName, args) {
1717
let jscodeshiftPath = path.dirname(require.resolve('jscodeshift/package'));
1818
let binPath = path.join(jscodeshiftPath, jscodeshiftPkg.bin.jscodeshift);
1919

20-
return execa(binPath, ['-t', transformPath, '--extensions', 'js,ts', ...foundPaths], {
20+
return execa(binPath, ['-t', transformPath, '--extensions', 'js,ts,hbs', ...foundPaths], {
2121
stdio: 'inherit',
2222
env: {
2323
CODEMOD_CLI_ARGS: JSON.stringify(options),

0 commit comments

Comments
 (0)