Skip to content

Commit

Permalink
Migrated rule no-useless-template-literals to new name `no-unnecess…
Browse files Browse the repository at this point in the history
…ary-template-expression`

Signed-off-by: Jaid <[email protected]>
  • Loading branch information
Jaid committed Jun 5, 2024
1 parent 9072d3e commit c3db1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/segments/typescript/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`] = {
Expand Down

0 comments on commit c3db1bf

Please sign in to comment.