UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 257 B
module.exports = { rules: { /** * 模版内 mustache 大括号内前后禁止有空格 * @category Improving Readability * @fixable */ 'vue/mustache-interpolation-spacing': ['error', 'never'] } };