This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Getting warning should be
(backtick should be backtick)
#4402
Labels
Milestone
Bug Report
TypeScript code being linted
Note that all three ` and " and ' are being used for the string.
with
tslint.json
configuration:Actual behavior
Getting warning: ` should be `
Note that both of these are backticks. So it asks me to replace a backtick with a backtick. This makes no sense to me. Either I'm missing something here or this is a bug.
Expected behavior
Expected no warning. Never got a warning. This just started appearing I after updated tslint yesterday.
The text was updated successfully, but these errors were encountered: