//edit .eslintrc.js module.exports = { root: true, extends: '@react-native-community', rules: {'prettier/prettier': ['error', {endOfLine: 'auto'}]}, //add this line };
"prettier/prettier": ["error",{ "endOfLine": "auto"} ]