Skip to content

Commit 56c8425

Browse files
committed
fix: prettier formatting
1 parent 44c5e6e commit 56c8425

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/lib/rules/template-no-noninteractive-tabindex.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ ruleTester.run('template-no-noninteractive-tabindex', rule, {
8181
// WAI-ARIA 1.2 §4.1 role fallback: unrecognized first token is skipped,
8282
// the next recognized token applies. `button` is interactive → allowed.
8383
'<template><div role="foobar button" tabindex="0"></div></template>',
84-
8584
],
8685
invalid: [
8786
{

0 commit comments

Comments
 (0)