You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Remove import rules from .eslintrc.js
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
10
.eslintrc.js
10
.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: [
|
||||
|
Reference in New Issue
Block a user