module.exports = { root: true, extends: ['@react-native-community', 'prettier'], rules: { 'react-native/no-inline-styles': 'off', }, };