Remove import rules from .eslintrc.js

Signed-off-by: Aaron Raimist <aaron@raim.ist>
pull/21833/head
Aaron Raimist 2021-10-27 21:46:22 -05:00
parent b90a712919
commit 77dbb84673
No known key found for this signature in database
GPG Key ID: 37419210002890EF
1 changed files with 1 additions and 9 deletions

View File

@ -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: [