diff --git a/src/segments/typescript/typescript.ts b/src/segments/typescript/typescript.ts index 4a903a2..a918889 100644 --- a/src/segments/typescript/typescript.ts +++ b/src/segments/typescript/typescript.ts @@ -185,7 +185,7 @@ const typescriptRules: Linter.FlatConfig[`rules`] = { ], "method-signature-style": warn, "no-meaningless-void-operator": warn, - "no-useless-template-literals": warn, + "no-unnecessary-template-expression": warn, "prefer-as-const": warn } const stylisticRules: Linter.FlatConfig[`rules`] = {