module.exports = { root: true, extends: '@react-native-community', rules: { "indent": ["error", 2], "prettier/prettier": "off", } };