Skip to content

Commit 7b87f60

Browse files
authored
Sort objects
1 parent baece45 commit 7b87f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lib/rules/no-deprecated-html-element-is.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ ruleTester.run('no-deprecated-html-element-is', rule, {
4343
code: '<template><div is="foo" /></template>',
4444
errors: [
4545
{
46+
messageId: 'unexpected',
4647
line: 1,
4748
column: 16,
48-
messageId: 'unexpected',
4949
endLine: 1,
5050
endColumn: 24
5151
}
@@ -56,9 +56,9 @@ ruleTester.run('no-deprecated-html-element-is', rule, {
5656
code: '<template><div :is="foo" /></template>',
5757
errors: [
5858
{
59+
messageId: 'unexpected',
5960
line: 1,
6061
column: 16,
61-
messageId: 'unexpected',
6262
endLine: 1,
6363
endColumn: 25
6464
}

0 commit comments

Comments
 (0)