@intlify/vue-i18n/no-i18n-t-path-prop
disallow using
path
prop with<i18n-t>
- ⭐ The
"extends": "plugin:@intlify/vue-i18n/recommended"
or*.configs["flat/recommended"]
property in a configuration file enables this rule. - ✒️️ The
--fix
option on the command line can automatically fix some of the problems reported by this rule.
You cannot use path
prop with <i18n-t>
component. Perhaps it's an old habit mistake.
📖 Rule Details
This rule reports use of path
prop with <i18n-t>
component.
👎 Examples of incorrect code for this rule:
👍 Examples of correct code for this rule:
📚 Further reading
🚀 Version
This rule was introduced in @intlify/eslint-plugin-vue-i18n
v0.11.0