Skip to content

Commit 75ef3f8

Browse files
committed
fix: ref #580 (comment)
1 parent e904aeb commit 75ef3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-deprecated-v-t.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export = createRule({
3434
'disallow using deprecated `v-t` custom directive (Deprecated in Vue I18n 11.0.0, removed fully in Vue I18n 12.0.0)',
3535
category: 'Recommended',
3636
url: 'https://eslint-plugin-vue-i18n.intlify.dev/rules/no-deprecated-v-t.html',
37-
recommended: true
37+
recommended: false
3838
},
3939
fixable: null,
4040
schema: []

0 commit comments

Comments
 (0)