@intlify/vue-i18n/prefer-linked-key-with-paren
enforce linked key to be enclosed in parentheses
- ✒️️ The
--fix
option on the command line can automatically fix some of the problems reported by this rule.
This rule enforces the linked message key to be enclosed in parentheses.
📖 Rule Details
👎 Examples of incorrect code for this rule:
locale messages:
👍 Examples of correct code for this rule:
locale messages (for vue-i18n v9+):
locale messages (for vue-i18n v8):
🚀 Version
This rule was introduced in @intlify/eslint-plugin-vue-i18n
v0.10.0