initial commit

This commit is contained in:
thesn10
2026-07-02 17:26:43 +02:00
commit 2d4431cb16
24 changed files with 31592 additions and 0 deletions

8
app/eslint.config.js Normal file
View File

@@ -0,0 +1,8 @@
const expoConfig = require("eslint-config-expo/flat");
module.exports = [
...expoConfig,
{
ignores: ["dist/*", ".expo/*", "node_modules/*", "expo-env.d.ts", "uniwind-types.d.ts"],
},
];