From 05eb5cb9824c13323352af170eaef2bc68d53c95 Mon Sep 17 00:00:00 2001 From: Leandro Date: Fri, 4 Mar 2022 13:35:26 -0800 Subject: [PATCH] Had to disable these 2 eslint rules otherwise we'd need to update the imports in pretty much every single file --- .eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 7a4439a66b..e07e6d86ce 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -48,8 +48,8 @@ "plugins": ["simple-import-sort", "unused-imports"], "rules": { "unused-imports/no-unused-imports": "error", - "simple-import-sort/imports": "error", - "simple-import-sort/exports": "error", +// "simple-import-sort/imports": "error", +// "simple-import-sort/exports": "error", "@typescript-eslint/explicit-function-return-type": "off", "prettier/prettier": "error", "@typescript-eslint/no-explicit-any": "off",