tuto-react-native-expo/eslint.config.js
Valentin Duflot 4dbcfa0c57 Initial commit
Generated by create-expo-app 3.5.3.
2026-02-18 16:12:17 +01:00

10 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/*'],
},
]);