UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 240 B
module.exports = { rules: { /** * 模版中开始标签的反尖括号必须换行 * @category Improving Readability * @fixable */ 'vue/html-closing-bracket-newline': 'error' } };