feat: add Biome code formatter and linter

This commit is contained in:
2026-02-02 14:05:53 -06:00
parent a70731f23f
commit a976eef50d
6 changed files with 89 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
// @ts-check
import { defineConfig } from 'astro/config';
import { defineConfig } from 'astro/config'
// https://astro.build/config
export default defineConfig({});
export default defineConfig({})