Files
fltr-app/eslint.config.js
Cron1cle e5d989d23b Initial commit
Generated by create-expo-app 3.5.3.
2025-09-10 21:21:53 +02: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/*'],
},
]);