From 2e6904327438b2be5835ab7d140727dcd9a62cea Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 13 Jun 2024 19:22:42 +0100 Subject: [PATCH] Remove sort-imports rule override --- .eslintrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index c07669cfb..c318b1842 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -62,8 +62,7 @@ "@typescript-eslint/prefer-regexp-exec": "off", "@typescript-eslint/require-await": "off", "@typescript-eslint/restrict-template-expressions": "off", - "func-style": "off", - "sort-imports": "off" + "func-style": "off" } }], "settings": {