mirror of https://github.com/vector-im/riot-web
Remove import rules from .eslintrc.js
Signed-off-by: Aaron Raimist <aaron@raim.ist>pull/21833/head
parent
b90a712919
commit
77dbb84673
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: [
|
||||
|
|
Loading…
Reference in New Issue