Skip to content

Commit

Permalink
fix: ignore empty i18n string
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed May 31, 2024
1 parent ad76a0c commit 2c9bf0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flat-configs/custom/custom-rules/vue-i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const vueI18nRules: FlatConfigRules = {
},
ignoreNodes: ['el-icon', 'md-icon', 'svg-icon', 'v-icon'],
ignorePattern: '^[-#:()&]+$',
ignoreText: [''],
},
],
'@intlify/vue-i18n/no-unknown-locale': 'error',
Expand Down

0 comments on commit 2c9bf0a

Please sign in to comment.