From 16abbad0b6fbd9e27aac39169bfad9d36d21ef60 Mon Sep 17 00:00:00 2001 From: natemoo-re Date: Tue, 8 Nov 2022 22:12:54 +0000 Subject: [PATCH] [ci] format --- examples/framework-lit/src/pages/index.astro | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/examples/framework-lit/src/pages/index.astro b/examples/framework-lit/src/pages/index.astro index 687dc34bc..1c7b45ce8 100644 --- a/examples/framework-lit/src/pages/index.astro +++ b/examples/framework-lit/src/pages/index.astro @@ -20,10 +20,12 @@ import { MyCounter } from '../components/my-counter.js'; - {/** - * Our VS Code extension does not currently properly typecheck attributes on Lit components - * As such, the following code will result in a TypeScript error inside the editor, nonetheless, it works in Astro! - */} + { + /** + * Our VS Code extension does not currently properly typecheck attributes on Lit components + * As such, the following code will result in a TypeScript error inside the editor, nonetheless, it works in Astro! + */ + } {/** @ts-expect-error */}