Skip to content

Commit

Permalink
✨ Added i18n/no-deprecated-v-t
Browse files Browse the repository at this point in the history
  • Loading branch information
dethdkn committed Dec 18, 2024
1 parent bbf17d8 commit 5b898f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default (hasI18n: boolean): Linter.Config => {
'i18n/no-deprecated-i18n-places-prop': [val],
'i18n/no-deprecated-modulo-syntax': [val],
'i18n/no-deprecated-tc': [val],
'i18n/no-deprecated-v-t': [val],
'i18n/no-html-messages': [val],
'i18n/no-i18n-t-path-prop': [val],
'i18n/no-v-html': [val],
Expand Down

0 comments on commit 5b898f4

Please sign in to comment.