Skip to content

Commit e39e9c6

Browse files
committed
Run prettier
1 parent 19eca61 commit e39e9c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/no-generic-link-text.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ ruleTester.run('no-generic-link-text', rule, {
3131
code: "<a aria-label='Does not include visible label'>Read more!</a>;",
3232
errors: [
3333
{
34-
message:
35-
'When using ARIA to set a more descriptive text, it must fully contain the visible label.'
34+
message: 'When using ARIA to set a more descriptive text, it must fully contain the visible label.'
3635
}
3736
]
3837
}

0 commit comments

Comments
 (0)