From e82637aebc306b716a8ea0e19cd85dfab7b159ef Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Mon, 9 Dec 2024 09:34:49 +0900 Subject: [PATCH] feat!: update config --- lib/rules/no-deprecated-v-t.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rules/no-deprecated-v-t.ts b/lib/rules/no-deprecated-v-t.ts index f34fae95..9485a303 100644 --- a/lib/rules/no-deprecated-v-t.ts +++ b/lib/rules/no-deprecated-v-t.ts @@ -34,7 +34,7 @@ export = createRule({ 'disallow using deprecated `v-t` custom directive (Deprecated in Vue I18n 11.0.0, removed fully in Vue I18n 12.0.0)', category: 'Recommended', url: 'https://eslint-plugin-vue-i18n.intlify.dev/rules/no-deprecated-v-t.html', - recommended: false + recommended: true }, fixable: null, schema: []