wip: add linters and formatters

This commit is contained in:
2026-01-11 01:42:18 +00:00
parent 230e76b2d5
commit e86b0de9fa
30 changed files with 1342 additions and 933 deletions

View File

@@ -63,7 +63,10 @@ const { introduction, summary, license } = Astro.props;
>
License
</h4>
<div class="text-gray-600 dark:text-neutral-400" set:html={license} />
<div
class="text-gray-600 dark:text-neutral-400"
set:html={license}
/>
</div>
</div>
</div>