feat: land native mobile foundation

This commit is contained in:
Hermes Agent
2026-07-24 07:16:39 +00:00
parent 73e17676b5
commit 26bff1174d
11 changed files with 1151 additions and 378 deletions
+13
View File
@@ -28,4 +28,17 @@ export default [
...tseslint.configs.recommended.rules,
},
},
{
files: ['apps/mobile/src/**/*.{ts,tsx}'],
languageOptions: {
globals: {
document: 'readonly',
fetch: 'readonly',
HTMLFormElement: 'readonly',
localStorage: 'readonly',
RequestInit: 'readonly',
URL: 'readonly',
},
},
},
];