Skip to content

Commit 13d8975

Browse files
authoredDec 9, 2024··
feat!: update config (#585)
* feat!: update config * Create old-islands-admire.md
1 parent baaa5fe commit 13d8975

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.changeset/old-islands-admire.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@intlify/eslint-plugin-vue-i18n": major
3+
---
4+
5+
feat!: update config

‎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: false
37+
recommended: true
3838
},
3939
fixable: null,
4040
schema: []

0 commit comments

Comments
 (0)
Please sign in to comment.