initial commit
This commit is contained in:
8
app/eslint.config.js
Normal file
8
app/eslint.config.js
Normal 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"],
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user