From 5b898f4faa08ddb096b47478ee618f660c31c9e6 Mon Sep 17 00:00:00 2001 From: Gabriel Rosa Date: Wed, 18 Dec 2024 15:05:12 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20`i18n/no-deprecated-v-t`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rules/i18n.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rules/i18n.ts b/src/rules/i18n.ts index 204e356..9a7ee75 100644 --- a/src/rules/i18n.ts +++ b/src/rules/i18n.ts @@ -12,6 +12,7 @@ export default (hasI18n: boolean): Linter.Config => { 'i18n/no-deprecated-i18n-places-prop': [val], 'i18n/no-deprecated-modulo-syntax': [val], 'i18n/no-deprecated-tc': [val], + 'i18n/no-deprecated-v-t': [val], 'i18n/no-html-messages': [val], 'i18n/no-i18n-t-path-prop': [val], 'i18n/no-v-html': [val],