Enhancement: [no-useless-template-literals] Delete in v8 #9163
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
breaking change
This change will require a new major version to be released
enhancement
New feature or request
good first issue
Good for newcomers
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Milestone
Overview
Following #8544 -> #8821: we renamed
no-useless-template-literals
tono-useless-template-expression
. We couldn't delete the old rule in v7 because that would be a breaking change. But now that the new rule has landed, we can delete the old one in v8.So: let's delete
no-useless-template-literalls
in a PR targeting thev8
branch! 🔪The text was updated successfully, but these errors were encountered: