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:
Timo 2024-07-25 14:49:41 +02:00 committed by GitHub
parent 2e0716cc59
commit 3c370c6cbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 45 additions and 61 deletions

View file

@ -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",
},