feat: initial personality site

This commit is contained in:
2026-04-20 21:40:43 -07:00
committed by Naomi Carrigan
parent 671ec09ff4
commit 8fc023306f
18 changed files with 8547 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import nhcarrigan from "@nhcarrigan/eslint-config";
export default [
...nhcarrigan,
{
ignores: [".astro/", "dist/", "prod/", "node_modules/", "src/env.d.ts"],
},
];