module.exports = { root: true, extends: '@react-native', rules: { 'prettier/prettier': 'warn', }, };