Fix tests and convert to RTL (#23474)
This commit is contained in:
parent
aa6b1d128a
commit
172f2f3993
13 changed files with 194 additions and 302 deletions
10
.eslintrc.js
10
.eslintrc.js
|
@ -14,11 +14,15 @@ module.exports = {
|
|||
},
|
||||
settings: {
|
||||
react: {
|
||||
version: 'detect'
|
||||
}
|
||||
version: 'detect',
|
||||
},
|
||||
},
|
||||
overrides: [{
|
||||
files: ["src/**/*.{ts,tsx}", "module_system/**/*.{ts,tsx}"],
|
||||
files: [
|
||||
"src/**/*.{ts,tsx}",
|
||||
"test/**/*.{ts,tsx}",
|
||||
"module_system/**/*.{ts,tsx}",
|
||||
],
|
||||
extends: [
|
||||
"plugin:matrix-org/typescript",
|
||||
"plugin:matrix-org/react",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue