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: []