diff --git a/tsconfig.json b/tsconfig.json index 2544804f..61b2cfaf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,13 +25,13 @@ // "noUncheckedIndexedAccess": true, // "noUnusedParameters": true, - "plugins": [{ "name": "typescript-eslint-language-service" }] + "plugins": [{ "name": "typescript-eslint-language-service" }], }, "include": [ "./node_modules/matrix-js-sdk/src/@types/*.d.ts", "./src/**/*.ts", "./src/**/*.tsx", "./test/**/*.ts", - "./test/**/*.tsx" - ] + "./test/**/*.tsx", + ], } diff --git a/yarn.lock b/yarn.lock index 97ab9c54..38be35d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8117,9 +8117,9 @@ prelude-ls@^1.2.1: integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== prettier@^3.0.0: - version "3.2.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.2.tgz#96e580f7ca9c96090ad054616c0c4597e2844b65" - integrity sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A== + version "3.2.4" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283" + integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ== pretty-format@^27.0.2: version "27.5.1"