Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
auvred committed Mar 22, 2024
1 parent e07e146 commit ae589b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default createRule<[], MessageId>({
if (isLiteral(expression)) {
const escapedValue =
typeof expression.value === 'string'
? // '1' -> '1'
? // '1' -> 1
// '`' -> \`
// '${}' -> \${}
// '\\' -> \\
Expand Down

0 comments on commit ae589b4

Please sign in to comment.