Skip to content

Commit 95b6dfe

Browse files
committed
chore: remove biome-ignore for multiline string
1 parent c619f49 commit 95b6dfe

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/cli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ try {
5858
({ options, positionalArguments } = parser.parse());
5959
if (positionalArguments.length === 0 && !options.stdin) {
6060
process.stderr.write(
61-
// biome-ignore lint/style/useTemplate: This is a multiline string
6261
"Error: You have to provide at least one file/directory to transform." +
6362
"\n\n---\n\n" +
6463
parser.getHelpText()

src/transforms/v2-to-v3/apis/removePromiseForCallExpression.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export const removePromiseForCallExpression = (
3232
}
3333
default: {
3434
emitWarning(
35-
// biome-ignore lint/style/useTemplate: This is a multiline string
3635
`Removal of .promise() not implemented for parentPath: ${callExpression.parentPath.value.type}\n` +
3736
`Code processed: ${j(callExpression.parentPath).toSource()}\n\n` +
3837
"Please report your use case on https://github.com/aws/aws-sdk-js-codemod\n"

0 commit comments

Comments
 (0)