module.exports = { root: true, extends: '@react-native-community', rules: { semi: 'off', 'react/jsx-no-bind': [2], }, };