UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 256 B
module.exports = { rules: { /** * 多行内容或多行标签时,内容前必须换行 * @category Improving Readability * @fixable */ 'vue/multiline-html-element-content-newline': 'error' } };