mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Enable noImplicitOverride TypeScript compiler option
This commit is contained in:
@@ -67,7 +67,7 @@ export class Intl extends React.Component<Props> {
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
|
||||
public render() {
|
||||
public override render() {
|
||||
const { components, id, i18n, renderText } = this.props;
|
||||
|
||||
const text = i18n(id);
|
||||
|
||||
Reference in New Issue
Block a user