Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 74cab03

Browse files
authored
Upgrade dependencies (#8362)
* Upgrade dependencies * delint
1 parent f2ec465 commit 74cab03

File tree

3 files changed

+632
-634
lines changed

3 files changed

+632
-634
lines changed

src/HtmlUtils.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ const transformTags: IExtendedSanitizeOptions["transformTags"] = { // custom to
240240
}
241241
return { tagName, attribs };
242242
},
243+
// eslint-disable-next-line @typescript-eslint/naming-convention
243244
'*': function(tagName: string, attribs: sanitizeHtml.Attributes) {
244245
// Delete any style previously assigned, style is an allowedTag for font, span & img,
245246
// because attributes are stripped after transforming.

src/components/structures/auth/Login.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ export default class LoginComponent extends React.PureComponent<IProps, IState>
135135
'm.login.password': this.renderPasswordStep,
136136

137137
// CAS and SSO are the same thing, modulo the url we link to
138+
// eslint-disable-next-line @typescript-eslint/naming-convention
138139
'm.login.cas': () => this.renderSsoStep("cas"),
140+
// eslint-disable-next-line @typescript-eslint/naming-convention
139141
'm.login.sso': () => this.renderSsoStep("sso"),
140142
};
141143
}

0 commit comments

Comments
 (0)