UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 282 B
module.exports = { rules: { /** * 模版中开始标签的反尖括号前禁止有空格,自闭和标签前必须有空格 * @category Improving Readability * @fixable */ 'vue/html-closing-bracket-spacing': 'error' } };