File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 58
58
( { options, positionalArguments } = parser . parse ( ) ) ;
59
59
if ( positionalArguments . length === 0 && ! options . stdin ) {
60
60
process . stderr . write (
61
- // biome-ignore lint/style/useTemplate: This is a multiline string
62
61
"Error: You have to provide at least one file/directory to transform." +
63
62
"\n\n---\n\n" +
64
63
parser . getHelpText ( )
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ export const removePromiseForCallExpression = (
32
32
}
33
33
default : {
34
34
emitWarning (
35
- // biome-ignore lint/style/useTemplate: This is a multiline string
36
35
`Removal of .promise() not implemented for parentPath: ${ callExpression . parentPath . value . type } \n` +
37
36
`Code processed: ${ j ( callExpression . parentPath ) . toSource ( ) } \n\n` +
38
37
"Please report your use case on https://github.com/aws/aws-sdk-js-codemod\n"
You can’t perform that action at this time.
0 commit comments