vue/no-implicit-coercion 
Disallow shorthand type conversions in
<template>
- 🔧 The --fixoption on the command line can automatically fix some of the problems reported by this rule.
- 💡 Some problems reported by this rule are manually fixable by editor suggestions.
This rule is the same rule as core no-implicit-coercion rule but it applies to the expressions in <template>.
📚 Further Reading 
🚀 Version 
This rule was introduced in eslint-plugin-vue v9.33.0
🔍 Implementation 
Taken with ❤️ from ESLint core