diff --git a/packages/eslint-config-react-native/index.js b/packages/eslint-config-react-native/index.js index b1d0ee3cf366..7ab0ee008357 100644 --- a/packages/eslint-config-react-native/index.js +++ b/packages/eslint-config-react-native/index.js @@ -19,7 +19,7 @@ module.exports = { }, }, - extends: ['plugin:prettier/recommended'], + extends: ['prettier'], plugins: [ 'eslint-comments', diff --git a/packages/eslint-config-react-native/package.json b/packages/eslint-config-react-native/package.json index d2fd202cfb6b..a46fc3126ef0 100644 --- a/packages/eslint-config-react-native/package.json +++ b/packages/eslint-config-react-native/package.json @@ -29,7 +29,6 @@ "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-ft-flow": "^2.0.1", "eslint-plugin-jest": "^27.9.0", - "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-native": "^4.0.0"