1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-05 00:42:10 +03:00

Fix typedoc warnings (#3275)

There aren't that many of these, so I've gone through and fixed them, and
configured the GHA workflow to complain if any creep back in.
This commit is contained in:
Richard van der Hoff
2023-04-12 21:30:57 +01:00
committed by GitHub
parent 72af8c193c
commit b9d0596dd7
7 changed files with 14 additions and 14 deletions

View File

@@ -97,7 +97,7 @@ export interface IAuthDict {
token?: string;
}
class NoAuthFlowFoundError extends Error {
export class NoAuthFlowFoundError extends Error {
public name = "NoAuthFlowFoundError";
// eslint-disable-next-line @typescript-eslint/naming-convention, camelcase