You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +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 = {
|
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: [
|
||||||
|
Reference in New Issue
Block a user