feat: land native mobile foundation
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user