summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthewp@users.noreply.github.com> 2023-12-04 20:42:51 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-12-04 20:42:51 +0000
commit0d194942f91723a5b88f906f408f38d9f6ff1002 (patch)
tree4afc1165eeb0607d940ffe7e0b7623707863a9a6
parent3d2dbb0e5d2bf67b38ff8533d4dd938c94433812 (diff)
downloadastro-0d194942f91723a5b88f906f408f38d9f6ff1002.tar.gz
astro-0d194942f91723a5b88f906f408f38d9f6ff1002.tar.zst
astro-0d194942f91723a5b88f906f408f38d9f6ff1002.zip
[ci] format
-rw-r--r--packages/astro/src/runtime/client/dev-overlay/plugins/audit/a11y.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/src/runtime/client/dev-overlay/plugins/audit/a11y.ts b/packages/astro/src/runtime/client/dev-overlay/plugins/audit/a11y.ts
index 46c5f306d..a5e6e5073 100644
--- a/packages/astro/src/runtime/client/dev-overlay/plugins/audit/a11y.ts
+++ b/packages/astro/src/runtime/client/dev-overlay/plugins/audit/a11y.ts
@@ -466,7 +466,6 @@ export const a11y: AuditRuleWithSelector[] = [
},
];
-
/**
* Exceptions to the rule which follows common A11y conventions
* TODO make this configurable by the user