Remove import rules from .eslintrc.js

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
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

View file

@ -1,5 +1,5 @@
module.exports = { module.exports = {
plugins: ["matrix-org", "import"], plugins: ["matrix-org"],
extends: [ extends: [
"plugin:matrix-org/babel", "plugin:matrix-org/babel",
"plugin:matrix-org/react", "plugin:matrix-org/react",
@ -36,14 +36,6 @@ module.exports = {
"Use Media helper instead to centralise access for customisation.", "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: [{ overrides: [{
files: [ files: [