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