From a6251e71e4a047e7717d59bb1a48c2d3932190b5 Mon Sep 17 00:00:00 2001 From: Rafly Maulana Date: Mon, 21 Nov 2022 02:03:15 +0700 Subject: [PATCH] Fix wrong configuration --- client/package.json | 1 - package.json | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/client/package.json b/client/package.json index 7a013ac4..95585fd5 100755 --- a/client/package.json +++ b/client/package.json @@ -41,7 +41,6 @@ ], "rules": { "no-unused-vars": "warn", - "no-shadow": "off", "import/no-extraneous-dependencies": [ "error", { diff --git a/package.json b/package.json index 03b76fe3..731368d7 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ "plugin:prettier/recommended" ], "rules": { - "no-throw-literal": "off", "no-undef": "off", "prettier/prettier": "error" } @@ -54,8 +53,7 @@ "prettier": { "printWidth": 100, "singleQuote": true, - "trailingComma": "all", - "endOfLine": "lf" + "trailingComma": "all" }, "dependencies": { "concurrently": "^7.3.0",