Files
yeego-linkedin-prototype/eslint.config.js
Rachel b14b6e4af7 Initial commit
Generated by create-expo-app 3.4.2.
2025-06-18 03:36:38 -07:00

11 lines
237 B
JavaScript

// https://docs.expo.dev/guides/using-eslint/
const { defineConfig } = require('eslint/config');
const expoConfig = require('eslint-config-expo/flat');
module.exports = defineConfig([
expoConfig,
{
ignores: ['dist/*'],
},
]);