Skip to content

Commit 8ece1ee

Browse files
committed
fix(react-email): Linting problem
1 parent 783660c commit 8ece1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-email/src/utils/get-email-component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const getEmailComponent = async (
6565
return staticNodeModulesForVM[module];
6666
}
6767

68-
// eslint-disable-next-line @typescript-eslint/no-var-requires
68+
// eslint-disable-next-line @typescript-eslint/no-var-requires, @typescript-eslint/no-useless-template-literals
6969
return require(`${module}`) as unknown;
7070
// this stupid string templating was necessary to not have
7171
// webpack warnings like:

0 commit comments

Comments
 (0)