Skip to content

Commit

Permalink
feat!: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 9, 2024
1 parent f90122d commit e82637a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-deprecated-v-t.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit e82637a

Please sign in to comment.