Add new eslint plugin to check for valid i18n keys

This commit is contained in:
Jamie Kyle
2023-01-05 14:43:33 -08:00
committed by GitHub
parent 465b4cb0fb
commit 569b6e14a6
39 changed files with 447 additions and 78 deletions

View File

@@ -55,6 +55,7 @@ export function TimerNotification(props: Props): JSX.Element {
switch (type) {
case 'fromOther':
message = (
// eslint-disable-next-line local-rules/valid-i18n-keys
<Intl
i18n={i18n}
id={changeKey}