module.exports = { root: true, extends: ['expo', 'eslint:recommended', 'universe/native'], rules: { 'react-hooks/exhaustive-deps': 'warn', }, }