From 13d3d66e857178493807d035f9731f1371586122 Mon Sep 17 00:00:00 2001 From: hazardemircan Date: Sat, 8 Oct 2022 23:08:07 +0300 Subject: [PATCH 1/2] =?UTF-8?q?Fixed=20"Delete=20`=E2=90=8D`eslintprettier?= =?UTF-8?q?/prettier"=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 40c6dcd0..4963dfad 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,5 @@ module.exports = { root: true, extends: '@react-native-community', + rules: {'prettier/prettier': ['error', {endOfLine: 'auto'}]}, }; From dc77e780ecb3bdb9d687650806d1dad79f68f987 Mon Sep 17 00:00:00 2001 From: hazardemircan <33188168+hazardemircan@users.noreply.github.com> Date: Sat, 8 Oct 2022 23:21:38 +0300 Subject: [PATCH 2/2] Update .eslintrc.js --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 4963dfad..45466787 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { root: true, extends: '@react-native-community', - rules: {'prettier/prettier': ['error', {endOfLine: 'auto'}]}, + rules: {'prettier/prettier': ['error', {endOfLine: 'auto'}]}, };