pageClass | sidebarDepth | title | description | since |
---|---|---|---|---|
rule-details |
0 |
vue/template-curly-spacing |
require or disallow spacing around embedded expressions of template strings |
v7.0.0 |
require or disallow spacing around embedded expressions of template strings
- 🔧 The
--fix
option on the command line can automatically fix some of the problems reported by this rule.
This rule is the same rule as core template-curly-spacing rule but it applies to the expressions in <template>
.
This rule was introduced in eslint-plugin-vue v7.0.0
Taken with ❤️ from ESLint core