refactor(core): finish TypeScript workspace migration

This commit is contained in:
tommy0103
2026-07-12 00:37:32 +08:00
parent 83d5703f7b
commit 535d8edb4d
31 changed files with 326 additions and 199 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// Flat ESLint config for the Obelisk root (Core + skill runtime + tests).
// Scope: the ESM/TS sources under scripts/ and tests/. The Electron app has its
// Scope: the ESM/TS sources under packages/core/src/ and tests/. The Electron app has its
// own package and toolchain and is intentionally excluded (see docs/adr/0003).
import js from '@eslint/js';