Skip to content

Commit e76e5f9

Browse files
wagenetclaude
andcommitted
Fix Prettier formatting in template-no-deprecated test
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 40d3c76 commit e76e5f9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,12 @@ ruleTesterTyped.run('template-no-deprecated (with TS project)', rule, {
136136
<template><ComponentWithArgs @oldArg='x' /></template>
137137
`,
138138
output: null,
139-
errors: [{ messageId: 'deprecatedWithReason', data: { name: '@oldArg', reason: 'use newArg instead' } }],
139+
errors: [
140+
{
141+
messageId: 'deprecatedWithReason',
142+
data: { name: '@oldArg', reason: 'use newArg instead' },
143+
},
144+
],
140145
},
141146
// Deprecated @arg without reason
142147
{

0 commit comments

Comments
 (0)