[ci] format

This commit is contained in:
natemoo-re 2022-11-08 22:12:54 +00:00 committed by fredkbot
parent 13119162f5
commit 16abbad0b6

View file

@ -20,10 +20,12 @@ import { MyCounter } from '../components/my-counter.js';
<MyCounter client:load />
<Lorem />
{/**
* 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 */}
<CalcAdd num={0} />
</body>