Skip to content

Commit a7a1be9

Browse files
committed
Fix no-useless-escape: remove accidental backslash-escaping of backticks
1 parent eb79415 commit a7a1be9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lib/rules/template-no-action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ruleTester.run('template-no-action', rule, {
7070
errors: [
7171
{
7272
message:
73-
'Do not use \`action\` as (action ...) — deprecated in Ember 5.9, removed in 6.0. Use the \`fn\` helper instead.',
73+
'Do not use `action` as (action ...) — deprecated in Ember 5.9, removed in 6.0. Use the `fn` helper instead.',
7474
type: 'GlimmerSubExpression',
7575
},
7676
],

0 commit comments

Comments
 (0)