From 37ee9d52d05347ed43ad01f4e6b225859bb7005f Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Tue, 23 May 2023 14:54:46 +1000 Subject: [PATCH] chore: remove rule not supported by codeclimate --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 5bc63c8..46b3f28 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -51,7 +51,6 @@ "sort-imports": [ "error", { - "ignoreDeclarationSort": true, "ignoreCase": true } ]