From 77dbb846739f9864e0d88063dbe2531cf9948ee2 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Wed, 27 Oct 2021 21:46:22 -0500 Subject: [PATCH] Remove import rules from .eslintrc.js Signed-off-by: Aaron Raimist --- .eslintrc.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 20c8269e5e..4658fb9792 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - plugins: ["matrix-org", "import"], + plugins: ["matrix-org"], extends: [ "plugin:matrix-org/babel", "plugin:matrix-org/react", @@ -36,14 +36,6 @@ module.exports = { "Use Media helper instead to centralise access for customisation.", ), ], - - "import/order": [ - "error", { - "groups": [["builtin", "external"], ["internal", "parent", "sibling", "index", "object", "type"]], - "newlines-between": "always", - }, - ], - "import/first": "error", }, overrides: [{ files: [