Disable class-methods-use-this lint rule

This commit is contained in:
Evan Hahn
2021-11-04 16:04:51 -05:00
committed by GitHub
parent 569a14e897
commit d6ffb08a63
35 changed files with 8 additions and 80 deletions

View File

@@ -36,8 +36,6 @@ export type LeftPaneSetGroupMetadataPropsType = {
userAvatarData: ReadonlyArray<AvatarDataType>;
};
/* eslint-disable class-methods-use-this */
export class LeftPaneSetGroupMetadataHelper extends LeftPaneHelper<LeftPaneSetGroupMetadataPropsType> {
private readonly groupAvatar: undefined | Uint8Array;