Files
calchat/eslint.config.js

6 lines
134 B
JavaScript

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