diff options
author | 2023-12-04 20:42:51 +0000 | |
---|---|---|
committer | 2023-12-04 20:42:51 +0000 | |
commit | 0d194942f91723a5b88f906f408f38d9f6ff1002 (patch) | |
tree | 4afc1165eeb0607d940ffe7e0b7623707863a9a6 | |
parent | 3d2dbb0e5d2bf67b38ff8533d4dd938c94433812 (diff) | |
download | astro-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.ts | 1 |
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 |