module.exports = { root: true, extends: '@react-native-community', rules: { 'comma-dangle': 'off' } };