mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Add new eslint plugin to check for valid i18n keys
This commit is contained in:
@@ -47,6 +47,7 @@ export class VerificationNotification extends React.Component<Props> {
|
||||
const id = this.getStringId();
|
||||
|
||||
return (
|
||||
// eslint-disable-next-line local-rules/valid-i18n-keys
|
||||
<Intl
|
||||
id={id}
|
||||
components={[
|
||||
|
||||
Reference in New Issue
Block a user