chore: fix up the scaffolding

This commit is contained in:
2026-01-21 16:08:44 -08:00
parent 2352f45794
commit 5003386577
4 changed files with 18 additions and 31 deletions
+4 -2
View File
@@ -1,3 +1,5 @@
import Config from "@nhcarrigan/eslint-config";
import NaomisConfig from "@nhcarrigan/eslint-config";
export default Config;
export default [
...NaomisConfig,
];