From 93d1fdd96ffc4f62644e53a6bad6d2f101f8fbab Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Tue, 23 May 2023 14:52:38 +1000 Subject: [PATCH] chore: remove rule not supported by codeclimate --- .eslintrc.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 723c36d..5bc63c8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -39,10 +39,7 @@ "import/order": [ "error", { - "newlines-between": "always", - "alphabetize": { - "order": "asc" - } + "newlines-between": "always" } ], "no-constant-condition": [