You've already forked matrix-js-sdk
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:
committed by
GitHub
parent
72af8c193c
commit
b9d0596dd7
@@ -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
|
||||
|
Reference in New Issue
Block a user