module.exports = { root: true, extends: '@react-native-community', rules: { semi: 0, curly: 0, 'no-shadow': 'off', }, }