Remove MatrixRTC realted import ES lint exceptions using a index.ts for matrixrtc (#12780)
* update restricted import rules for matrixrtc * review * upgrade matrix-js-sdk * add missing import
This commit is contained in:
parent
2e0716cc59
commit
3c370c6cbc
12 changed files with 45 additions and 61 deletions
|
@ -142,6 +142,7 @@ module.exports = {
|
|||
"!matrix-js-sdk/src/models/read-receipt",
|
||||
"!matrix-js-sdk/src/models/relations-container",
|
||||
"!matrix-js-sdk/src/models/related-relations",
|
||||
"!matrix-js-sdk/src/matrixrtc",
|
||||
],
|
||||
message: "Please use matrix-js-sdk/src/matrix instead",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue