feat: scaffolding and infrastructure

This commit is contained in:
2025-08-11 14:44:17 -07:00
parent cdaeff99d1
commit 99a91b7c90
8 changed files with 4215 additions and 0 deletions

5
eslint.config.js Normal file
View File

@@ -0,0 +1,5 @@
import NaomisConfig from '@nhcarrigan/eslint-config';
export default [
...NaomisConfig,
]